Lines Matching refs:error
46 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
177 %error-verbose
305 * It is an error to undefine or to redefine a built-in
317 * in a shader does not itself result in an error, but may
321 * such a name results in a compile-time error.
391 * so that it can do the error checking require to
448 /* #if without an expression is only an error if we
496 /* #elif without an expression is an error unless we
1316 * Caution: Only very cursory error-checking is performed to see if
1449 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error)
1451 glcpp_error(locp, parser, "%s", error);
1506 parser->error = 0;
1557 * Macro name not followed by a '('. This is not an error, but
1661 * preprocessor error, returns -1 and *last will not be set.
2093 * an error will be generated. This the correct mode for
2204 * error. Names simply containing __ are dangerous to use, but should
2244 * we don't want to generate an error for using the reserved names. */
2536 /* If we hit an error on a previous pass, just return */
2537 if (di->parser->error)