Home
last modified time | relevance | path

Searched refs:Lookahead (Results 1 – 18 of 18) sorted by relevance

/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro
244 mov r10d, Lookahead
545 mov eax, Lookahead
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp1199 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local
1208 Lookahead.push_back(Token); in ParseRegister()
1211 Lookahead.back().getString().data() + in ParseRegister()
1212 Lookahead.back().getString().size(); in ParseRegister()
1217 Lookahead.back().is(AsmToken::Colon); in ParseRegister()
1248 Lexer.UnLex(Lookahead.back()); in ParseRegister()
1249 Lookahead.pop_back(); in ParseRegister()
1250 Lexer.UnLex(Lookahead.back()); in ParseRegister()
1251 Lookahead.pop_back(); in ParseRegister()
1258 while (!Lookahead.empty()) { in ParseRegister()
[all …]
/external/bison/
DAUTHORS16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
DNEWS538 ** LAC (Lookahead Correction) for syntax error handling:
1070 ** Lookahead Set Correction in the ".output" Report
2032 LocalWords: IELR ielr Lookahead YYERROR nonassoc LALR's api lookaheads yychar
DChangeLog-20122833 (Split During Added Lookahead Propagation): Likewise.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.h106 #pragma mark Lookahead Handling
DANTLRCommonTokenStream.m103 #pragma mark Lookahead
DANTLRUnbufferedCommonTreeNodeStream.m272 #pragma mark Lookahead Handling
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm150 ; Lookahead : ignore
186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip define
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp86 struct Lookahead struct
111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
/external/bison/doc/
Dbison.info231 * Lookahead:: Parser looks one token ahead when deciding what to do.
1751 to influence syntax analysis. *Note Lookahead Tokens: Lookahead.
4191 what to do about it. *Note Lookahead Tokens: Lookahead.)
6268 Semantic Actions::). *Note Lookahead Tokens: Lookahead.
6409 * Lookahead:: Parser looks one token ahead when deciding what to do.
6421 File: bison.info, Node: Lookahead, Next: Shift/Reduce, Up: Algorithm
6423 5.1 Lookahead Tokens
6475 File: bison.info, Node: Shift/Reduce, Next: Precedence, Prev: Lookahead, Up: Algorithm
7309 LAC (Lookahead Correction) is a new mechanism within the parsing
11227 LAC (Lookahead Correction)
[all …]
Dbison.texi268 * Lookahead:: Parser looks one token ahead when deciding what to do.
1169 @xref{Lookahead, ,Lookahead Tokens}.
3988 deciding what to do about it. @xref{Lookahead, ,Lookahead Tokens}.)
6469 @xref{Lookahead, ,Lookahead Tokens}.
6675 * Lookahead:: Parser looks one token ahead when deciding what to do.
6687 @node Lookahead
6688 @section Lookahead Tokens
7702 LAC (Lookahead Correction) is a new mechanism within the parsing algorithm
12122 @item LAC (Lookahead Correction)
12160 @item Lookahead token
[all …]
/external/bison/tests/
Dglr-regression.at1523 fprintf (stderr, "Lookahead destructor not called.\n");
Dreduce.at1220 AT_TEST_LR_TYPE([[Split During Added Lookahead Propagation]],
Dtestsuite712 120;reduce.at:1220;no %define lr.type: Split During Added Lookahead Propagation;;
713 121;reduce.at:1220;%define lr.type lalr: Split During Added Lookahead Propagation;;
714 122;reduce.at:1220;%define lr.type ielr: Split During Added Lookahead Propagation;;
715 123;reduce.at:1220;%define lr.type canonical-lr: Split During Added Lookahead Propagation;;
/external/python/cpython2/Doc/howto/
Dregex.rst957 Lookahead Assertions
960 Another zero-width assertion is the lookahead assertion. Lookahead assertions
/external/icu/icu4c/source/test/testdata/
Dregextst.txt83 # Negated Lookahead, various regions and region transparency
/external/pcre/dist2/doc/
Dpcre2.txt7275 Lookahead assertions
7277 Lookahead assertions start with (?= for positive assertions and (?! for