Lines Matching refs:names
78 This includes macro names as well as information about their arguments
108 # macro name -> list of argument names
202 def generate_expressions(self, names: Iterable[str]) -> Iterator[str]:
203 """Generate expressions covering values constructed from the given names.
205 `names` can be any iterable collection of macro names.
217 for name in names
330 # Ad hoc skipping of duplicate names for some numerical values
359 This includes macro names as well as information about their arguments
426 # Sets of names per type
448 """Return the set of known names of values of the given type."""
464 # Regex of macro names to exclude.
512 raise Exception('Undeclared names in test case', undeclared)