Searched refs:undefined_macro (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 237 if (parser->is_gles && $2.undefined_macro) 238 …lcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 242 if (parser->is_gles && $2.undefined_macro) 243 …lcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 586 $$.undefined_macro = NULL; 591 $$.undefined_macro = linear_strdup(parser->linalloc, $1); 593 $$.undefined_macro = NULL; 601 if ($1.undefined_macro) 602 $$.undefined_macro = $1.undefined_macro; 604 $$.undefined_macro = $3.undefined_macro; [all …]
|
D | glcpp.h | 46 char *undefined_macro; member
|
/third_party/boost/boost/wave/ |
D | preprocessing_hooks.hpp | 526 undefined_macro(TokenT const& macro_name) in undefined_macro() function 532 undefined_macro(ContextT const& ctx, TokenT const& macro_name) in undefined_macro() function
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 456 undefined_macro(Context const& ctx, Token const& macro) in undefined_macro() function in collect_hooks_information
|
/third_party/boost/boost/wave/util/ |
D | cpp_macromap.hpp | 655 ctx.get_hooks().undefined_macro(tok); in remove_macro() 657 ctx.get_hooks().undefined_macro(ctx.derived(), tok); in remove_macro()
|
/third_party/boost/libs/wave/ |
D | ChangeLog | 831 - Changed the signature of the undefined_macro preprocessing hook to take the 940 - Added the defined_macro() and undefined_macro() preprocessing hooks to allow
|