Lines Matching refs:glcpp_error
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");
434 glcpp_error(& @1, parser, "#version must appear on the first line");
440 glcpp_error(& @1, parser, "#version must appear on the first line");
454 glcpp_error(& @1, parser, "#%s", $2);
457 glcpp_error (& @1, parser, "#define without macro name");
460 glcpp_error (& @1, parser, "Illegal non-directive after #");
482 glcpp_error(&@1, parser, "invalid #version \"%s\" (not a decimal constant)", $1);
690 glcpp_error(&@1, parser, "extra tokens at end of directive");
1305 glcpp_error (&token->location, parser, ""); in _token_paste()
1330 glcpp_error(locp, parser, "%s", error); in yyerror()
1592 glcpp_error (&defined->token->location, parser, in _glcpp_parser_evaluate_defined()
1754 …glcpp_error(&node->token->location, parser, "Macro %s call has unbalanced parentheses\n", identifi… in _glcpp_parser_expand_function()
1768 glcpp_error(&node->token->location, parser, in _glcpp_parser_expand_function()
2084 glcpp_error (loc, parser, "Macro names starting with \"GL_\" are reserved.\n"); in _check_for_reserved_macro_name()
2087 glcpp_error (loc, parser, "\"defined\" cannot be used as a macro name"); in _check_for_reserved_macro_name()
2131 glcpp_error (loc, parser, "Redefinition of macro %s\n", identifier); in _define_object_macro()
2150 glcpp_error (loc, parser, "Duplicate macro parameter \"%s\"", dup); in _define_function_macro()
2166 glcpp_error (loc, parser, "Redefinition of macro %s\n", identifier); in _define_function_macro()
2298 glcpp_error (loc, parser, "#%s without #if\n", type); in _glcpp_parser_skip_stack_change_if()
2316 glcpp_error (loc, parser, "#endif without #if\n"); in _glcpp_parser_skip_stack_pop()