Home | History | Annotate | Download | only in tools

Lines Matching full:macro

1106             self.throw(CppConstantExpected,i,"### 'defined' must be followed  by macro name or left paren")
1110 self.throw(CppConstantExpected,i,"### 'defined' must be followed by macro name")
1540 NOTE: this automatically converts '#ifdef MACRO' into '#if defined(MACRO)'
1541 and '#ifndef MACRO' into '#if !defined(MACRO)'"""
1575 """returns the macro name in a #define directive, or None otherwise"""
1689 """remove known macro definitions from a BlockList"""
2009 """remove macro definitions like #define <macroName> ...."""
2154 print "KO: macro optimization failed\n"