Searched refs:glcpp_error (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 241 …glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro… 246 …glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro… 329 glcpp_error(& @1, parser, "Built-in (pre-defined)" 337 glcpp_error(& @1, parser, "Built-in (pre-defined)" 340 glcpp_error(& @1, parser, 371 glcpp_error(&@1, parser, "%s not found", $2); 456 glcpp_error(& @1, parser, "#if with no expression"); 490 glcpp_error(& @1, parser, "#elif after #else"); 504 glcpp_error(& @1, parser, "#elif with no expression"); 509 glcpp_error(& @1, parser, "#elif after #else"); [all …]
|
H A D | glcpp-lex.l | 469 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 477 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 536 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES"); 589 glcpp_error(yylloc, yyextra, "Unterminated comment"); 603 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
|
H A D | pp.c | 31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() function 241 glcpp_error (&parser->skip_stack->loc, parser, "Unterminated #if\n"); in glcpp_preprocess()
|
H A D | glcpp.h | 255 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
|