Searched refs:is_constant (Results 1 – 3 of 3) sorted by relevance
1001 sym.is_constant = True2309 sym.is_constant = False2329 sym.is_constant = True2565 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 = False6097 if sc.is_constant and sc.name not in STR_TO_TRI:[all …]
2295 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):
2827 if isinstance(sc, Symbol) and not sc.is_constant and not _is_num(sc.name):