Home | History | Annotate | Download | only in bison

Lines Matching refs:YYERROR

143      void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
211 protected final void yyerror (String s) {
212 yylexer.yyerror ((]b4_location_type[)null, s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
308 public static final int YYERROR = 2;
373 backslashes, so that it's suitable for yyerror. The heuristic is
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken));
608 | errorlab -- error raised explicitly by YYERROR. |
610 case YYERROR:
614 this YYERROR. */
622 | yyerrlab1 -- common code for both syntax error and YYERROR. |
687 for details. YYERROR is fine as it does not invoke this