Lines Matching refs:syntax
715 number is the opposite. If YYTABLE_NINF, syntax error. */
808 yyerror (YY_("syntax error: cannot back up")); \
1178 case, just report a simple "syntax error".
1186 scanner and before detecting a syntax error. Thus, state merging
1233 YYCASE_(0, YY_("syntax error"));
1234 YYCASE_(1, YY_("syntax error, unexpected %s"));
1235 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1236 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1237 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1238 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1332 /* Number of syntax errors so far. */
1882 to an incorrect destructor call or verbose syntax error message
1920 yyerror (YY_("syntax error"));
1925 char const *yymsgp = YY_("syntax error");
2002 | yyerrlab1 -- common code for both syntax error and YYERROR. |