Home
last modified time | relevance | path

Searched refs:Lookahead (Results 1 – 15 of 15) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp966 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local
975 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 …]
/external/antlr/runtime/ObjC/Framework/
DUnbufferedCommonTreeNodeStream.h106 #pragma mark Lookahead Handling
DCommonTokenStream.m103 #pragma mark Lookahead
DUnbufferedCommonTreeNodeStream.m272 #pragma mark Lookahead Handling
/external/zlib/src/contrib/masmx64/
Dgvmat64.asm150 ; Lookahead : ignore
186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip define
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs276 public int Lookahead property in Antlr.Runtime.RecognitionException
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp86 struct Lookahead struct
111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp2027 char look(unsigned Lookahead = 0) { in look()
2028 if (static_cast<size_t>(Last - First) <= Lookahead) in look()
2030 return First[Lookahead]; in look()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h2226 char look(unsigned Lookahead = 0) {
2227 if (static_cast<size_t>(Last - First) <= Lookahead)
2229 return First[Lookahead];
/external/python/cpython2/Doc/howto/
Dregex.rst957 Lookahead Assertions
960 Another zero-width assertion is the lookahead assertion. Lookahead assertions
/external/python/cpython3/Doc/howto/
Dregex.rst971 Lookahead Assertions
974 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.txt7955 Lookahead assertions
7957 Lookahead assertions start with (?= for positive assertions and (?! for