Home | History | Annotate | Download | only in glsl

Lines Matching refs:syntax

1146      number is the opposite.  If YYTABLE_NINF, syntax error.  */
1812 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2196 case, just report a simple "syntax error".
2204 scanner and before detecting a syntax error. Thus, state merging
2259 YYCASE_(0, YY_("syntax error"));
2260 YYCASE_(1, YY_("syntax error, unexpected %s"));
2261 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2262 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2263 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
2264 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
2365 /* Number of syntax errors so far. */
6079 to an incorrect destructor call or verbose syntax error message
6117 char const *yymsgp = YY_("syntax error");
6191 | yyerrlab1 -- common code for both syntax error and YYERROR. |