Lines Matching refs:Symbol
81 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
578 Symbol_ = Symbol
689 if node.list and not isinstance(node.item, Symbol):
712 if node.list and isinstance(node.item, Symbol):
716 elif node.list and isinstance(node.item, Symbol):
753 elif node.list and isinstance(node.item, Symbol):
803 if isinstance(node.item, Symbol):
814 elif isinstance(node.item, Symbol):
824 if isinstance(node.item, Symbol):
894 return isinstance(item, Symbol) and item.choice and item.visibility == 2
1003 if not isinstance(sc, (Symbol, Choice)):
1023 if not isinstance(node.item, Symbol):
1039 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
1058 if not isinstance(node.item, Symbol):
2010 if not isinstance(parent.item, Symbol):
2043 if isinstance(node.item, Symbol):
2143 if isinstance(sc, Symbol):
2294 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):