Lines Matching refs:syntax
697 number is the opposite. If YYTABLE_NINF, syntax error. */
837 yyerror (YY_("syntax error: cannot back up")); \
1207 case, just report a simple "syntax error".
1215 scanner and before detecting a syntax error. Thus, state merging
1262 YYCASE_(0, YY_("syntax error"));
1263 YYCASE_(1, YY_("syntax error, unexpected %s"));
1264 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1265 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1266 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1267 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1391 /* Number of syntax errors so far. */
2071 to an incorrect destructor call or verbose syntax error message
2109 yyerror (YY_("syntax error"));
2114 char const *yymsgp = YY_("syntax error");
2191 | yyerrlab1 -- common code for both syntax error and YYERROR. |