Home | History | Annotate | Download | only in src

Lines Matching refs:YYERROR

67 #define yyerror         lderror
122 static void yyerror (const char *s);
811 #define YYERROR goto yyerrorlab
814 /* Like YYERROR except do call yyerror. This remains here temporarily
815 to ease the transition to the new meaning of YYERROR, for GCC.
842 yyerror (YY_("syntax error: cannot back up")); \
843 YYERROR; \
1129 quotes and backslashes, so that it's suitable for yyerror. The
1202 for details. YYERROR is fine as it does not invoke this
2210 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
2213 case of YYERROR or YYBACKUP, subsequent parser actions might lead
2252 yyerror (YY_("syntax error"));
2279 yyerror (yymsgp);
2314 | yyerrorlab -- error raised explicitly by YYERROR. |
2319 YYERROR and the label yyerrorlab therefore never appears in user
2325 this YYERROR. */
2334 | yyerrlab1 -- common code for both syntax error and YYERROR. |
2394 yyerror (YY_("memory exhausted"));
2437 yyerror (const char *s)