Searched refs:glcpp_error (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 220 …glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro… 225 …glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro… 301 glcpp_error(& @1, parser, "Built-in (pre-defined)" 309 glcpp_error(& @1, parser, "Built-in (pre-defined)" 312 glcpp_error(& @1, parser, 354 glcpp_error(& @1, parser, "#if with no expression"); 388 glcpp_error(& @1, parser, "#elif after #else"); 402 glcpp_error(& @1, parser, "#elif with no expression"); 407 glcpp_error(& @1, parser, "#elif after #else"); 420 glcpp_error(& @1, parser, "multiple #else"); [all …]
|
D | glcpp-lex.l | 447 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 455 glcpp_error(yylloc, yyextra, "#define followed by a non-identifier: %s", yytext); 514 glcpp_error(yylloc, yyextra, "Token pasting (##) is illegal in GLES"); 563 glcpp_error(yylloc, yyextra, "Unterminated comment"); 577 glcpp_error(yylloc, yyextra, "Internal compiler error: Unexpected character: %s", yytext);
|
D | pp.c | 30 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() function 240 glcpp_error (&parser->skip_stack->loc, parser, "Unterminated #if\n"); in glcpp_preprocess()
|
D | glcpp.h | 249 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
|