Searched refs:Lookahead (Results 1 – 18 of 18) sorted by relevance
/external/zlib/src/contrib/gcc_gvmat64/ |
D | gvmat64.S | 162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro 244 mov r10d, Lookahead 545 mov eax, Lookahead
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1199 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/ |
D | AUTHORS | 16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
|
D | NEWS | 538 ** 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
|
D | ChangeLog-2012 | 2833 (Split During Added Lookahead Propagation): Likewise.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnbufferedCommonTreeNodeStream.h | 106 #pragma mark Lookahead Handling
|
D | ANTLRCommonTokenStream.m | 103 #pragma mark Lookahead
|
D | ANTLRUnbufferedCommonTreeNodeStream.m | 272 #pragma mark Lookahead Handling
|
/external/zlib/src/contrib/masmx64/ |
D | gvmat64.asm | 150 ; Lookahead : ignore 186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip define
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 86 struct Lookahead struct 111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
|
/external/bison/doc/ |
D | bison.info | 231 * 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 …]
|
D | bison.texi | 268 * 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/ |
D | glr-regression.at | 1523 fprintf (stderr, "Lookahead destructor not called.\n");
|
D | reduce.at | 1220 AT_TEST_LR_TYPE([[Split During Added Lookahead Propagation]],
|
D | testsuite | 712 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/ |
D | regex.rst | 957 Lookahead Assertions 960 Another zero-width assertion is the lookahead assertion. Lookahead assertions
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 83 # Negated Lookahead, various regions and region transparency
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 7275 Lookahead assertions 7277 Lookahead assertions start with (?= for positive assertions and (?! for
|