/external/bison/tests/ |
D | c++.at | 305 | 'R' { $$ = YY_NULL; delete $1; YYERROR; } 321 // 'R': call YYERROR in the action
|
D | named-refs.at | 82 | '!' { $$ = 0; YYERROR; } 83 | '-' error { $$ = 0; YYERROR; } 247 | '!' { $$ = 0; YYERROR; } 248 | '-' error { $$ = 0; YYERROR; }
|
D | calc.at | 324 | '!' { $$ = 0; YYERROR; } 325 | '-' error { $$ = 0; YYERROR; } 416 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
|
D | java.at | 93 | '!' { $$ = new Integer (0); return YYERROR; } 94 | '-' error { $$ = new Integer (0); return YYERROR; }
|
/external/bison/data/ |
D | lalr1.java | 308 public static final int YYERROR = 2; 610 case YYERROR:
|
D | lalr1.cc | 350 #define YYERROR goto yyerrorlab
|
D | yacc.c | 743 #define YYERROR goto yyerrorlab 777 YYERROR; \
|
D | glr.c | 845 # undef YYERROR 846 # define YYERROR return yyerrok, yyerr 876 # undef YYERROR
|
/external/e2fsprogs/intl/ |
D | plural.c | 458 #define YYERROR goto yyerrlab1 macro 477 YYERROR; \
|
/external/webkit/Source/WebCore/css/ |
D | CSSGrammar.y | 649 YYERROR; 1592 YYERROR; 1617 YYERROR;
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 143 #define YYERROR goto yyerrorlab macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | parse.c | 544 #define YYERROR goto yyerrlab macro
|
/external/libpcap/ |
D | grammar.c | 1133 #define YYERROR goto yyerrorlab macro 1157 YYERROR; \
|
/external/elfutils/src/ |
D | ldscript.c | 789 #define YYERROR goto yyerrorlab macro 813 YYERROR; \
|
/external/bison/ |
D | NEWS | 901 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
|
D | ChangeLog-1998 | 1082 * 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
|
D | ChangeLog | 1455 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".
|
D | ChangeLog-2012 | 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 [all …]
|
/external/bison/src/ |
D | parse-gram.c | 931 #define YYERROR goto yyerrorlab macro 965 YYERROR; \
|
/external/bison/doc/ |
D | refcard.tex | 489 \key{Pretend a syntax error occurred.} {YYERROR}
|
D | bison.info | 1763 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 …]
|
D | bison.texi | 1183 @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/ |
D | i386_parse.c | 780 #define YYERROR goto yyerrorlab macro 804 YYERROR; \
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_tab.cpp | 1300 #define YYERROR goto yyerrorlab macro 1324 YYERROR; \ 2493 YYERROR;
|
D | glslang.y | 494 YYERROR;
|