Lines Matching refs:YYERROR
9277 YYERROR or other.
9367 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
12658 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
12662 (yyerrorlab): New label, with the old contents of YYERROR,
12664 to the production that invoked YYERROR. That is how Yacc
12747 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
12830 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
12929 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
12933 (yyerrorlab): New label, with the old contents of YYERROR,
12935 to the production that invoked YYERROR. That is how Yacc
13384 (YYABORT, YYACCEPT, YYERROR): New.
13392 Exercise YYERROR.
13393 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
13572 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
13576 time YYERROR is invoked, but the upside is that the warnings
13738 (yyerrlab1): Now is only the target of YYERROR, so that we can
13741 GCC warning about yyerrlab1 being unused if YYERROR is unused.
14380 invokes YYERROR. This change is required for POSIX conformance.