Searched refs:Lookahead (Results 1 – 15 of 15) sorted by relevance
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro244 mov r10d, Lookahead545 mov eax, Lookahead
1199 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local1208 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 …]
966 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local975 Lookahead.push_back(Token); in ParseRegister()978 Lookahead.back().getString().data() + in ParseRegister()979 Lookahead.back().getString().size(); in ParseRegister()984 Lexer.is(AsmToken::Colon) || Lookahead.back().is(AsmToken::Colon); in ParseRegister()1015 Lexer.UnLex(Lookahead.back()); in ParseRegister()1016 Lookahead.pop_back(); in ParseRegister()1017 } while (!Lookahead.empty () && !Lexer.is(AsmToken::Colon)); in ParseRegister()1024 while (!Lookahead.empty()) { in ParseRegister()1025 Lexer.UnLex(Lookahead.back()); in ParseRegister()[all …]
106 #pragma mark Lookahead Handling
103 #pragma mark Lookahead
272 #pragma mark Lookahead Handling
150 ; Lookahead : ignore186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip define
276 public int Lookahead property in Antlr.Runtime.RecognitionException
86 struct Lookahead struct111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
2027 char look(unsigned Lookahead = 0) { in look()2028 if (static_cast<size_t>(Last - First) <= Lookahead) in look()2030 return First[Lookahead]; in look()
2226 char look(unsigned Lookahead = 0) {2227 if (static_cast<size_t>(Last - First) <= Lookahead)2229 return First[Lookahead];
957 Lookahead Assertions960 Another zero-width assertion is the lookahead assertion. Lookahead assertions
971 Lookahead Assertions974 Another zero-width assertion is the lookahead assertion. Lookahead assertions
83 # Negated Lookahead, various regions and region transparency
7955 Lookahead assertions7957 Lookahead assertions start with (?= for positive assertions and (?! for