Home
last modified time | relevance | path

Searched refs:undefined_macro (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y237 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 …]
Dglcpp.h46 char *undefined_macro; member
/third_party/boost/boost/wave/
Dpreprocessing_hooks.hpp526 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/
Dcollect_hooks_information.hpp456 undefined_macro(Context const& ctx, Token const& macro) in undefined_macro() function in collect_hooks_information
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp655 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/
DChangeLog831 - Changed the signature of the undefined_macro preprocessing hook to take the
940 - Added the defined_macro() and undefined_macro() preprocessing hooks to allow