Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c7 #define yyclearin (yychar=(-1)) macro
/external/e2fsprogs/intl/
Dplural.c453 #define yyclearin (yychar = YYEMPTY) macro
/external/bison/data/
Dglr.c910 # undef yyclearin
911 # define yyclearin (yychar = YYEMPTY)
941 # undef yyclearin
Dyacc.c552 #define yyclearin (yychar = YYEMPTY)
/external/bison/doc/
Drefcard.tex493 \key{Clear previous look ahead token.} {yyclearin}
Dbison.info1332 `yyclearin' (*note Action Features::) or to attempt to free memory
4627 -- Macro: yyclearin;
4629 error rules. Do not invoke `yyclearin' in a deferred semantic
5536 error. If this is unacceptable, then the macro `yyclearin' may be used
5537 to clear this token. Write the statement `yyclearin;' in the error
5545 ought to be discarded with `yyclearin;'.
7618 -- Variable: yyclearin
8592 * GLR parsers and yyclearin: GLR Semantic Actions.
8798 * yyclearin <1>: Table of Symbols. (line 199)
8799 * yyclearin <2>: Error Recovery. (line 97)
[all …]
Dbison.texinfo1117 @findex yyclearin
1118 @cindex @acronym{GLR} parsers and @code{yyclearin}
1126 to invoke @code{yyclearin} (@pxref{Action Features}) or to attempt to free
4910 @deffn {Macro} yyclearin;
4913 Do not invoke @code{yyclearin} in a deferred semantic action (@pxref{GLR
5993 @findex yyclearin
5995 this is unacceptable, then the macro @code{yyclearin} may be used to clear
5996 this token. Write the statement @samp{yyclearin;} in the error rule's
6004 with @samp{yyclearin;}.
8362 @deffn {Variable} yyclearin
[all …]
/external/bison/src/
Dparse-gram.c831 #define yyclearin (yychar = YYEMPTY) macro
/external/libpcap/
Dgrammar.c1127 #define yyclearin (yychar = YYEMPTY) macro
/external/elfutils/src/
Dldscript.c783 #define yyclearin (yychar = YYEMPTY) macro
/external/elfutils/libcpu/
Di386_parse.c774 #define yyclearin (yychar = YYEMPTY) macro
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.c937 #define yyclearin (yychar = YYEMPTY) macro
/external/mesa3d/src/glsl/
Dglsl_parser.cpp1947 #define yyclearin (yychar = YYEMPTY) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1294 #define yyclearin (yychar = YYEMPTY) macro
/external/bison/
DChangeLog494 (yyclearin): Don't set *yytokenp.
790 In the yychar and yyclearin entries, add note about deferred semantic
796 yyclearin.
5624 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
8659 (yyclearin): Ditto.