Lines Matching refs:is_constant
1001 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:
6374 elif not expr.is_constant: