Lines Matching refs:syntax
613 number is the opposite. If YYTABLE_NINF, syntax error. */
724 yyerror (YY_("syntax error: cannot back up")); \
1068 case, just report a simple "syntax error".
1076 scanner and before detecting a syntax error. Thus, state merging
1125 YYCASE_(0, YY_("syntax error"));
1126 YYCASE_(1, YY_("syntax error, unexpected %s"));
1127 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1128 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1129 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1130 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1204 /* Number of syntax errors so far. */
2028 to an incorrect destructor call or verbose syntax error message
2067 yyerror (YY_("syntax error"));
2072 char const *yymsgp = YY_("syntax error");
2150 | yyerrlab1 -- common code for both syntax error and YYERROR. |