Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/scripts/
Dgrammar_grapher.py35 Lookahead,
62 elif isinstance(item, Lookahead):
/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py308 class Lookahead: class
326 class PositiveLookahead(Lookahead):
334 class NegativeLookahead(Lookahead):
479 Item = Union[Plain, Opt, Repeat, Forced, Lookahead, Rhs, Cut]
485 LookaheadOrCut = Union[Lookahead, Cut]
Dfirst_sets.py17 Lookahead,
83 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]: argument
Dvalidator.py8 Lookahead,
Dpython_generator.py12 Lookahead,
77 def lookahead_call_helper(self, node: Lookahead) -> Tuple[str, str]: argument
Dmetagrammar.gram11 Lookahead,
Dc_generator.py16 Lookahead,
226 def lookahead_call_helper(self, node: Lookahead, positive: int) -> FunctionCall: argument
Dgrammar_parser.py17 Lookahead,
/third_party/zlib/contrib/gcc_gvmat64/
Dgvmat64.S162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro
244 mov r10d, Lookahead
545 mov eax, Lookahead
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp964 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local
973 Lookahead.push_back(Token); in ParseRegister()
976 Lookahead.back().getString().data() + in ParseRegister()
977 Lookahead.back().getString().size(); in ParseRegister()
982 Lexer.is(AsmToken::Colon) || Lookahead.back().is(AsmToken::Colon); in ParseRegister()
1013 Lexer.UnLex(Lookahead.back()); in ParseRegister()
1014 Lookahead.pop_back(); in ParseRegister()
1015 } while (!Lookahead.empty () && !Lexer.is(AsmToken::Colon)); in ParseRegister()
1022 while (!Lookahead.empty()) { in ParseRegister()
1023 Lexer.UnLex(Lookahead.back()); in ParseRegister()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp86 struct Lookahead struct
111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp93 struct Lookahead struct
118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp93 struct Lookahead struct
118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2404 char look(unsigned Lookahead = 0) {
2405 if (static_cast<size_t>(Last - First) <= Lookahead)
2407 return First[Lookahead];
/third_party/python/Doc/howto/
Dregex.rst978 Lookahead Assertions
981 Another zero-width assertion is the lookahead assertion. Lookahead assertions
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt83 # Negated Lookahead, various regions and region transparency
92 # Nested Lookahead / Behind
/third_party/typescript/src/compiler/
Dparser.ts13 Lookahead,
1958 return speculationHelper(callback, SpeculationKind.Lookahead);
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs4056 // Lookahead / Lookbehind
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8403 Lookahead assertions
8405 Lookahead assertions start with (?= for positive assertions and (?! for
/third_party/NuttX/
DReleaseNotes22412 - LittleFS: VFS Lookahead should use bit unit not byte unit. From