Searched refs:YYACCEPT (Results 1 – 23 of 23) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.y | 43 YYACCEPT;
|
/external/e2fsprogs/intl/ |
D | plural.c | 456 #define YYACCEPT goto yyacceptlab macro 928 YYACCEPT; in yyparse() 1271 YYACCEPT; in yyparse()
|
/external/bison/data/ |
D | lalr1.java | 298 public static final int YYACCEPT = 0; 669 case YYACCEPT:
|
D | yacc.c | 741 #define YYACCEPT goto yyacceptlab 1667 YYACCEPT;
|
D | lalr1.cc | 348 #define YYACCEPT goto yyacceptlab
|
D | glr.c | 841 # undef YYACCEPT 842 # define YYACCEPT return yyaccept 875 # undef YYACCEPT
|
/external/bison/tests/ |
D | glr-regression.at | 850 %dprec 2 { $$ = garbage; YYACCEPT; } 851 | %dprec 1 { $$ = garbage; YYACCEPT; } 904 'a' %dprec 2 { USE ($1); destructors += 1; YYACCEPT; } 905 | 'a' %dprec 1 { USE ($1); destructors += 1; YYACCEPT; } 1007 cut: { YYACCEPT; } ;
|
D | cxx-type.at | 98 | '@' { YYACCEPT; }
|
D | actions.at | 1671 // happen even if YYACCEPT was performed in a later semantic action as 1673 // in between. However, we leave YYACCEPT in the same semantic action 1682 YYACCEPT;
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 554 #define YYACCEPT goto yyacceptlab macro 1294 YYACCEPT;
|
D | parse-events-bison.c | 664 #define YYACCEPT goto yyacceptlab macro 1403 YYACCEPT;
|
/external/bison/examples/calc++/ |
D | calc++-parser.cc | 141 #define YYACCEPT goto yyacceptlab macro
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 744 #define YYACCEPT goto yyacceptlab 1383 YYACCEPT; 2049 YYACCEPT; 2062 | yyacceptlab -- YYACCEPT comes here. |
|
/external/elfutils/src/src/ |
D | ldscript.c | 819 #define YYACCEPT goto yyacceptlab macro 1510 YYACCEPT;
|
/external/bison/src/ |
D | parse-gram.c | 929 #define YYACCEPT goto yyacceptlab macro 2091 YYACCEPT;
|
/external/libpcap/ |
D | grammar.c | 1423 #define YYACCEPT goto yyacceptlab macro 2150 YYACCEPT;
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 822 #define YYACCEPT goto yyacceptlab macro 1513 YYACCEPT;
|
/external/bison/doc/ |
D | refcard.tex | 488 \key{Quit parsing immediately. Return 0.} {YYACCEPT}
|
D | bison.info | 4766 or if it returns via `YYABORT' or `YYACCEPT', all the symbols on the 4871 `YYABORT' or `YYACCEPT', or failed error recovery, or memory exhaustion. 5793 -- Macro: YYACCEPT 6226 -- Macro: YYACCEPT `;' 10139 -- Statement: return YYACCEPT `;' 10168 * Java lacks a preprocessor, so the `YYERROR', `YYACCEPT', `YYABORT' 10176 Note that of these three symbols, only `YYACCEPT' and `YYABORT' 10962 -- Macro: YYACCEPT 10968 YYACCEPT;' instead. 12562 * YYACCEPT <1>: Table of Symbols. (line 263) [all …]
|
D | bison.texi | 4698 or if it returns via @code{YYABORT} or @code{YYACCEPT}, all the 4830 @code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory 5918 @defmac YYACCEPT 5919 @findex YYACCEPT 6417 @deffn {Macro} YYACCEPT @code{;} 10867 @deftypefn {Statement} return YYACCEPT @code{;} 10901 Java lacks a preprocessor, so the @code{YYERROR}, @code{YYACCEPT}, 10909 Note that of these three symbols, only @code{YYACCEPT} and 11827 @deffn {Macro} YYACCEPT 11832 For Java parsers, this functionality is invoked using @code{return YYACCEPT;} [all …]
|
/external/bison/ |
D | NEWS | 1333 ** %destructor vs. YYABORT, YYACCEPT, and YYERROR. 1334 Destructors are now called when user code invokes YYABORT, YYACCEPT, 2039 LocalWords: YYRECOVERING nonfree destructors YYABORT YYACCEPT params enums de
|
D | ChangeLog-1998 | 1369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
|
D | ChangeLog-2012 | 9367 YYACCEPT, YYERROR, and YYABORT, as user actions, should not 9372 a (internal) YYACCEPT must not have yylen != 0. 10999 even if the stack overflows, or the user calls YYACCEPT or 13384 (YYABORT, YYACCEPT, YYERROR): New.
|