Home
last modified time | relevance | path

Searched refs:YYERROR (Results 1 – 25 of 26) sorted by relevance

12

/external/bison/tests/
Dc++.at305 | 'R' { $$ = YY_NULL; delete $1; YYERROR; }
321 // 'R': call YYERROR in the action
Dnamed-refs.at82 | '!' { $$ = 0; YYERROR; }
83 | '-' error { $$ = 0; YYERROR; }
247 | '!' { $$ = 0; YYERROR; }
248 | '-' error { $$ = 0; YYERROR; }
Dcalc.at324 | '!' { $$ = 0; YYERROR; }
325 | '-' error { $$ = 0; YYERROR; }
416 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
Djava.at93 | '!' { $$ = new Integer (0); return YYERROR; }
94 | '-' error { $$ = new Integer (0); return YYERROR; }
/external/bison/data/
Dlalr1.java308 public static final int YYERROR = 2;
610 case YYERROR:
Dlalr1.cc350 #define YYERROR goto yyerrorlab
Dyacc.c743 #define YYERROR goto yyerrorlab
777 YYERROR; \
Dglr.c845 # undef YYERROR
846 # define YYERROR return yyerrok, yyerr
876 # undef YYERROR
/external/e2fsprogs/intl/
Dplural.c458 #define YYERROR goto yyerrlab1 macro
477 YYERROR; \
/external/webkit/Source/WebCore/css/
DCSSGrammar.y649 YYERROR;
1592 YYERROR;
1617 YYERROR;
/external/bison/examples/calc++/
Dcalc++-parser.cc143 #define YYERROR goto yyerrorlab macro
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c544 #define YYERROR goto yyerrlab macro
/external/libpcap/
Dgrammar.c1133 #define YYERROR goto yyerrorlab macro
1157 YYERROR; \
/external/elfutils/src/
Dldscript.c789 #define YYERROR goto yyerrorlab macro
813 YYERROR; \
/external/bison/
DNEWS901 Users are strongly encouraged to migrate to YYERROR, which is
904 Like YYERROR, you can invoke YYFAIL from a semantic action in order to
905 induce a syntax error. The most obvious difference from YYERROR is
908 subtle differences between YYERROR and YYFAIL, and YYFAIL suffers from
1333 ** %destructor vs. YYABORT, YYACCEPT, and YYERROR.
1335 and YYERROR, for all objects on the stack, other than objects
2032 LocalWords: IELR ielr Lookahead YYERROR nonassoc LALR's api lookaheads yychar
DChangeLog-19981082 * src/bison.simple (YYERROR): Jump to new label; don't print error
1369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
1440 (yyparse): Call YYABORT instead of YYERROR, due to last change in
1457 * src/reader.c (output_ltype): Make YYERROR yacc-compatible (like
DChangeLog1455 Cover more test cases: yyerror, YYERROR, YYABORT, and
3317 {return YYERROR;}, which results in a single index entry
3318 "return YYERROR;", but rather as typed function whose
3323 doc: fix documentation of YYERROR.
3325 of YYERROR by copying that from "Action Features".
DChangeLog-20129277 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
[all …]
/external/bison/src/
Dparse-gram.c931 #define YYERROR goto yyerrorlab macro
965 YYERROR; \
/external/bison/doc/
Drefcard.tex489 \key{Pretend a syntax error occurred.} {YYERROR}
Dbison.info1763 Another Bison feature requiring special consideration is `YYERROR'
1766 effect of `YYERROR' is the same as its effect in a deterministic parser.
4874 error via `YYERROR' are not discarded automatically. As a rule of
6130 `YYERROR' (*note Special Features for Use in Actions: Action Features.).
6250 -- Macro: YYERROR `;'
6255 explicitly before the `YYERROR;' statement. *Note Error
10143 -- Statement: return YYERROR `;'
10168 * Java lacks a preprocessor, so the `YYERROR', `YYACCEPT', `YYABORT'
10997 -- Macro: YYERROR
11002 explicitly before the `YYERROR;' statement. *Note Error
[all …]
Dbison.texi1183 @findex YYERROR
1184 @cindex GLR parsers and @code{YYERROR}
1185 Another Bison feature requiring special consideration is @code{YYERROR}
1188 During deterministic GLR operation, the effect of @code{YYERROR} is
4834 error via @code{YYERROR} are not discarded automatically. As a rule
6305 macro @code{YYERROR} (@pxref{Action Features, ,Special Features for Use
6448 @deffn {Macro} YYERROR @code{;}
6453 the @samp{YYERROR;} statement. @xref{Error Recovery}.
10872 @deftypefn {Statement} {return} YYERROR @code{;}
10901 Java lacks a preprocessor, so the @code{YYERROR}, @code{YYACCEPT},
[all …]
/external/elfutils/libcpu/
Di386_parse.c780 #define YYERROR goto yyerrorlab macro
804 YYERROR; \
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1300 #define YYERROR goto yyerrorlab macro
1324 YYERROR; \
2493 YYERROR;
Dglslang.y494 YYERROR;

12