Home
last modified time | relevance | path

Searched refs:glcpp_error (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
Dpp.c31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() function
165 glcpp_error (&parser->skip_stack->loc, parser, "Unterminated #if\n"); in glcpp_preprocess()
Dglcpp-parse.y281 glcpp_error(& @1, parser, "#if with no expression");
321 glcpp_error(& @1, parser, "#elif with no expression");
1077 glcpp_error (&token->location, parser, ""); in _token_paste()
1102 glcpp_error(locp, parser, "%s", error); in yyerror()
1417glcpp_error (&node->token->location, parser, "Macro %s call has unbalanced parentheses\n", identif… in _glcpp_parser_expand_function()
1433 glcpp_error (&node->token->location, parser, in _glcpp_parser_expand_function()
1719 glcpp_error (loc, parser, "Macro names containing \"__\" are reserved.\n"); in _check_for_reserved_macro_name()
1722 glcpp_error (loc, parser, "Macro names starting with \"GL_\" are reserved.\n"); in _check_for_reserved_macro_name()
1766 glcpp_error (loc, parser, "Redefinition of macro %s\n", in _define_object_macro()
1798 glcpp_error (loc, parser, "Redefinition of macro %s\n", in _define_function_macro()
[all …]
Dglcpp.h205 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...);
Dglcpp-lex.l184 glcpp_error(yylloc, yyextra, "#error%s", p);