Lines Matching refs:syntax
716 number is the opposite. If YYTABLE_NINF, syntax error. */
857 yyerror (YY_("syntax error: cannot back up")); \
1229 case, just report a simple "syntax error".
1237 scanner and before detecting a syntax error. Thus, state merging
1284 YYCASE_(0, YY_("syntax error"));
1285 YYCASE_(1, YY_("syntax error, unexpected %s"));
1286 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1287 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1288 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1289 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1413 /* Number of syntax errors so far. */
2113 to an incorrect destructor call or verbose syntax error message
2151 yyerror (YY_("syntax error"));
2156 char const *yymsgp = YY_("syntax error");
2233 | yyerrlab1 -- common code for both syntax error and YYERROR. |