Lines Matching refs:syntax
579 number is the opposite. If YYTABLE_NINF, syntax error. */
650 yyerror (YY_("syntax error: cannot back up")); \
926 case, just report a simple "syntax error".
934 scanner and before detecting a syntax error. Thus, state merging
983 YYCASE_(0, YY_("syntax error"));
984 YYCASE_(1, YY_("syntax error, unexpected %s"));
985 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
986 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
987 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
988 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1055 /* Number of syntax errors so far. */
1431 to an incorrect destructor call or verbose syntax error message
1469 yyerror (YY_("syntax error"));
1474 char const *yymsgp = YY_("syntax error");
1551 | yyerrlab1 -- common code for both syntax error and YYERROR. |
1652 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);