Lines Matching refs:syntax
753 number is the opposite. If YYTABLE_NINF, syntax error. */
987 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1332 case, just report a simple "syntax error".
1340 scanner and before detecting a syntax error. Thus, state merging
1390 YYCASE_(0, YY_("syntax error"));
1391 YYCASE_(1, YY_("syntax error, unexpected %s"));
1392 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1393 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1394 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1395 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1484 /* Number of syntax errors so far. */
2771 to an incorrect destructor call or verbose syntax error message
2809 yyerror (&yylloc, parser, YY_("syntax error"));
2814 char const *yymsgp = YY_("syntax error");
2891 | yyerrlab1 -- common code for both syntax error and YYERROR. |