Lines Matching refs:syntax
739 number is the opposite. If YYTABLE_NINF, syntax error. */
923 yyerror (YY_("syntax error: cannot back up")); \
1266 case, just report a simple "syntax error".
1274 scanner and before detecting a syntax error. Thus, state merging
1323 YYCASE_(0, YY_("syntax error"));
1324 YYCASE_(1, YY_("syntax error, unexpected %s"));
1325 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1326 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1327 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1328 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1419 /* Number of syntax errors so far. */
2170 to an incorrect destructor call or verbose syntax error message
2208 yyerror (YY_("syntax error"));
2213 char const *yymsgp = YY_("syntax error");
2290 | yyerrlab1 -- common code for both syntax error and YYERROR. |