Lines Matching refs:syntax
726 number is the opposite. If YYTABLE_NINF, syntax error. */
910 yyerror (YY_("syntax error: cannot back up")); \
1282 case, just report a simple "syntax error".
1290 scanner and before detecting a syntax error. Thus, state merging
1337 YYCASE_(0, YY_("syntax error"));
1338 YYCASE_(1, YY_("syntax error, unexpected %s"));
1339 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1340 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1341 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1342 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1436 /* Number of syntax errors so far. */
2182 to an incorrect destructor call or verbose syntax error message
2220 yyerror (YY_("syntax error"));
2225 char const *yymsgp = YY_("syntax error");
2302 | yyerrlab1 -- common code for both syntax error and YYERROR. |