Lines Matching refs:Symbol
75 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
572 Symbol_ = Symbol
683 if node.list and not isinstance(node.item, Symbol):
706 if node.list and isinstance(node.item, Symbol):
710 elif node.list and isinstance(node.item, Symbol):
747 elif node.list and isinstance(node.item, Symbol):
797 if isinstance(node.item, Symbol):
808 elif isinstance(node.item, Symbol):
818 if isinstance(node.item, Symbol):
888 return isinstance(item, Symbol) and item.choice and item.visibility == 2
997 if not isinstance(sc, (Symbol, Choice)):
1017 if not isinstance(node.item, Symbol):
1033 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
1052 if not isinstance(node.item, Symbol):
2004 if not isinstance(parent.item, Symbol):
2037 if isinstance(node.item, Symbol):
2137 if isinstance(sc, Symbol):
2288 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):