Home | History | Annotate | Download | only in compiler

Lines Matching defs:YYERROR

310 static void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason);
1329 #define YYERROR goto yyerrorlab
1332 /* Like YYERROR except do call yyerror. This remains here temporarily
1333 to ease the transition to the new meaning of YYERROR, for GCC.
1361 yyerror (&yylloc, context, YY_("syntax error: cannot back up")); \
1362 YYERROR; \
1705 quotes and backslashes, so that it's suitable for yyerror. The
1777 for details. YYERROR is fine as it does not invoke this
2554 YYERROR;
4642 YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
4645 case of YYERROR or YYBACKUP, subsequent parser actions might lead
4685 yyerror (&yylloc, context, YY_("syntax error"));
4712 yyerror (&yylloc, context, yymsgp);
4747 | yyerrorlab -- error raised explicitly by YYERROR. |
4752 YYERROR and the label yyerrorlab therefore never appears in user
4759 this YYERROR. */
4768 | yyerrlab1 -- common code for both syntax error and YYERROR. |
4835 yyerror (&yylloc, context, YY_("memory exhausted"));
4875 void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason) {