Lines Matching refs:macro
28 optional build macro dependencies
34 depends on a feature that is only enabled by defining a macro. Then
35 that macro should be specified as a dependency of the test.
43 string and integer constants specified as integer, macro or
293 :return: if defined and endif code with macro annotations for
396 Validates a C macro and raises GeneratorInputError on invalid input.
397 :param dependency: Input macro dependency
819 :param dep: Dependency macro
840 #if {_not}{_defined}({macro}{_cond}{_value})
847 macro=dependency.group(1), id=dep_id,