Searched refs:glcpp_error (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp-parse.y | 238 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 243 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 326 glcpp_error(& @1, parser, "Built-in (pre-defined)" 334 glcpp_error(& @1, parser, "Built-in (pre-defined)" 337 glcpp_error(& @1, parser, 368 glcpp_error(&@1, parser, "%s not found", $2); 453 glcpp_error(& @1, parser, "#if with no expression"); 487 glcpp_error(& @1, parser, "#elif after #else"); 501 glcpp_error(& @1, parser, "#elif with no expression"); 506 glcpp_error( [all...] |
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 | 254 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
|
Completed in 2 milliseconds