Home
last modified time | relevance | path

Searched refs:yyclearin (Results 1 – 14 of 14) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc139 #define yyclearin (yychar = yyempty_) macro
/external/e2fsprogs/intl/
Dplural.c453 #define yyclearin (yychar = YYEMPTY) macro
/external/bison/data/
Dlalr1.cc346 #define yyclearin (yychar = yyempty_)
Dglr.c849 # undef yyclearin
850 # define yyclearin (yychar = YYEMPTY)
878 # undef yyclearin
Dyacc.c737 #define yyclearin (yychar = YYEMPTY)
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp641 #define yyclearin (yychar = YYEMPTY) macro
/external/bison/doc/
Drefcard.tex491 \key{Clear previous lookahead token.} {yyclearin}
Dbison.info1760 `yyclearin' (*note Action Features::) or to attempt to free memory
6270 -- Macro: yyclearin `;'
6272 error rules. Do not invoke `yyclearin' in a deferred semantic
7659 error. If this is unacceptable, then the macro `yyclearin' may be used
7660 to clear this token. Write the statement `yyclearin;' in the error
7668 ought to be discarded with `yyclearin;'.
10980 -- Variable: yyclearin
12306 * GLR parsers and yyclearin: GLR Semantic Actions.
12575 * yyclearin <1>: GLR Semantic Actions.
12577 * yyclearin <2>: Error Recovery. (line 99)
[all …]
Dbison.texi1171 @findex yyclearin
1172 @cindex GLR parsers and @code{yyclearin}
1180 to invoke @code{yyclearin} (@pxref{Action Features}) or to attempt to free
6472 @deffn {Macro} yyclearin @code{;}
6475 Do not invoke @code{yyclearin} in a deferred semantic action (@pxref{GLR
8071 @findex yyclearin
8073 this is unacceptable, then the macro @code{yyclearin} may be used to clear
8074 this token. Write the statement @samp{yyclearin;} in the error rule's
8082 with @samp{yyclearin;}.
11848 @deffn {Variable} yyclearin
[all …]
/external/bison/src/
Dparse-gram.c925 #define yyclearin (yychar = YYEMPTY) macro
/external/libpcap/
Dgrammar.c1383 #define yyclearin (yychar = YYEMPTY) macro
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1593 #define yyclearin (yychar = YYEMPTY) macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped740 #define yyclearin (yychar = YYEMPTY)
/external/bison/
DChangeLog-20121571 replacement, yyla, for users. It does provide yyclearin, but
3523 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
8755 (yyclearin): Don't set *yytokenp.
9051 In the yychar and yyclearin entries, add note about deferred semantic
9057 yyclearin.
13885 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
16920 (yyclearin): Ditto.