Home
last modified time | relevance | path

Searched refs:is_constant (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1001 sym.is_constant = True
2309 sym.is_constant = False
2329 sym.is_constant = True
2565 if token.__class__ is not Symbol or token.is_constant:
2924 if sym.__class__ is not Symbol or sym.is_constant:
3809 if not default.is_constant and not default.nodes and \
4746 if not self.is_constant:
4778 add("constant" if self.is_constant else "undefined")
5438 self.is_constant = self.is_optional = False
6097 if sc.is_constant and sc.name not in STR_TO_TRI:
[all …]
Dguiconfig.py2295 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
Dmenuconfig.py2827 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):