Lines Matching refs:Symbol
82 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
579 Symbol_ = Symbol
690 if node.list and not isinstance(node.item, Symbol):
713 if node.list and isinstance(node.item, Symbol):
717 elif node.list and isinstance(node.item, Symbol):
754 elif node.list and isinstance(node.item, Symbol):
804 if isinstance(node.item, Symbol):
815 elif isinstance(node.item, Symbol):
825 if isinstance(node.item, Symbol):
895 return isinstance(item, Symbol) and item.choice and item.visibility == 2
1004 if not isinstance(sc, (Symbol, Choice)):
1024 if not isinstance(node.item, Symbol):
1040 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
1059 if not isinstance(node.item, Symbol):
2011 if not isinstance(parent.item, Symbol):
2044 if isinstance(node.item, Symbol):
2144 if isinstance(sc, Symbol):
2295 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):