Lines Matching refs:syntax
666 number is the opposite. If YYTABLE_NINF, syntax error. */
770 yyerror (YY_("syntax error: cannot back up")); \
1109 case, just report a simple "syntax error".
1117 scanner and before detecting a syntax error. Thus, state merging
1166 YYCASE_(0, YY_("syntax error"));
1167 YYCASE_(1, YY_("syntax error, unexpected %s"));
1168 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1169 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1170 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1171 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
1257 /* Number of syntax errors so far. */
2040 print_error("syntax error: properties must precede subnodes");
2084 to an incorrect destructor call or verbose syntax error message
2122 yyerror (YY_("syntax error"));
2127 char const *yymsgp = YY_("syntax error");
2204 | yyerrlab1 -- common code for both syntax error and YYERROR. |