Lines Matching full:implies
713 to use the C locale, which implies an ASCII encoding.
2544 node.implies.append((self._expect_nonconst_sym(),
3036 # Propagate dependencies to implies
3037 if cur.implies:
3038 cur.implies = [(target, self._make_and(cond, dep))
3039 for target, cond in cur.implies]
3075 if node.implies:
3076 sc.implies += node.implies
3080 for target, cond in node.implies:
3258 values is calculated from the symbol's visibility and selects/implies.
3334 implies:
3413 "implies",
3619 # (implies)
3923 self.implies = []
4063 # Defaults, selects, and implies do not affect choice symbols
4637 implies:
4638 Like MenuNode.defaults, for implies.
4722 "implies",
4732 self.implies = []
4758 for value, cond in self.implies:
4921 for imply, cond in self.implies:
5134 from 'select' and 'imply' into individual selects/implies.
5648 # most common, and most lack selects and implies.
5658 for target_sym, _ in sym.implies:
5660 sym.kconfig._warn("{} implies the {} symbol {}, which is not "
5694 if sym.selects or sym.implies:
5695 sym.kconfig._warn("the {} symbol {} has selects or implies"
5726 # 'not sym.nodes' implies a constant or undefined symbol, e.g. a plain