Lines Matching refs:glcpp_error
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(& @1, parser, "#elif after #else");
519 glcpp_error(& @1, parser, "multiple #else");
533 glcpp_error(& @1, parser, "#version must appear on the first line");
539 glcpp_error(& @1, parser, "#version must appear on the first line");
553 glcpp_error(& @1, parser, "#%s", $2);
556 glcpp_error (& @1, parser, "#define without macro name");
559 glcpp_error (& @1, parser, "Illegal non-directive after #");
576 glcpp_error(&@1, parser, "invalid #version \"%s\" (not a decimal constant)", $1);
787 glcpp_error(&@1, parser, "extra tokens at end of directive");
1424 glcpp_error (&token->location, parser, ""); in _token_paste()
1449 glcpp_error(locp, parser, "%s", error); in yyerror()
1712 glcpp_error (&defined->token->location, parser, in _glcpp_parser_evaluate_defined()
1874 …glcpp_error(&node->token->location, parser, "Macro %s call has unbalanced parentheses\n", identifi… in _glcpp_parser_expand_function()
1888 glcpp_error(&node->token->location, parser, in _glcpp_parser_expand_function()
2207 glcpp_error (loc, parser, "Macro names starting with \"GL_\" are reserved.\n"); in _check_for_reserved_macro_name()
2210 glcpp_error (loc, parser, "\"defined\" cannot be used as a macro name"); in _check_for_reserved_macro_name()
2254 glcpp_error (loc, parser, "Redefinition of macro %s\n", identifier); in _define_object_macro()
2273 glcpp_error (loc, parser, "Duplicate macro parameter \"%s\"", dup); in _define_function_macro()
2289 glcpp_error (loc, parser, "Redefinition of macro %s\n", identifier); in _define_function_macro()
2421 glcpp_error (loc, parser, "#%s without #if\n", type); in _glcpp_parser_skip_stack_change_if()
2439 glcpp_error (loc, parser, "#endif without #if\n"); in _glcpp_parser_skip_stack_pop()
2544 glcpp_error(di->loc, di->parser, "Redefinition of macro %s\n", in glcpp_parser_copy_defines()