Home
last modified time | relevance | path

Searched refs:YYACCEPT (Results 1 – 23 of 23) sorted by relevance

/external/iproute2/tc/
Demp_ematch.y43 YYACCEPT;
/external/e2fsprogs/intl/
Dplural.c456 #define YYACCEPT goto yyacceptlab macro
928 YYACCEPT; in yyparse()
1271 YYACCEPT; in yyparse()
/external/bison/data/
Dlalr1.java298 public static final int YYACCEPT = 0;
669 case YYACCEPT:
Dyacc.c741 #define YYACCEPT goto yyacceptlab
1667 YYACCEPT;
Dlalr1.cc348 #define YYACCEPT goto yyacceptlab
Dglr.c841 # undef YYACCEPT
842 # define YYACCEPT return yyaccept
875 # undef YYACCEPT
/external/bison/tests/
Dglr-regression.at850 %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; } ;
Dcxx-type.at98 | '@' { YYACCEPT; }
Dactions.at1671 // 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/
Dpmu-bison.c554 #define YYACCEPT goto yyacceptlab macro
1294 YYACCEPT;
Dparse-events-bison.c664 #define YYACCEPT goto yyacceptlab macro
1403 YYACCEPT;
/external/bison/examples/calc++/
Dcalc++-parser.cc141 #define YYACCEPT goto yyacceptlab macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped744 #define YYACCEPT goto yyacceptlab
1383 YYACCEPT;
2049 YYACCEPT;
2062 | yyacceptlab -- YYACCEPT comes here. |
/external/elfutils/src/src/
Dldscript.c819 #define YYACCEPT goto yyacceptlab macro
1510 YYACCEPT;
/external/bison/src/
Dparse-gram.c929 #define YYACCEPT goto yyacceptlab macro
2091 YYACCEPT;
/external/libpcap/
Dgrammar.c1423 #define YYACCEPT goto yyacceptlab macro
2150 YYACCEPT;
/external/elfutils/src/libcpu/
Di386_parse.c822 #define YYACCEPT goto yyacceptlab macro
1513 YYACCEPT;
/external/bison/doc/
Drefcard.tex488 \key{Quit parsing immediately. Return 0.} {YYACCEPT}
Dbison.info4766 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 …]
Dbison.texi4698 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/
DNEWS1333 ** %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
DChangeLog-19981369 * src/bison.simple: Define YYERROR, YYABORT, YYACCEPT here.
DChangeLog-20129367 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.