Home
last modified time | relevance | path

Searched refs:Lookahead (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Tools/peg_generator/scripts/
H A Dgrammar_grapher.py36 Lookahead,
68 elif isinstance(item, Lookahead):
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py224 class Lookahead: class
236 class PositiveLookahead(Lookahead):
244 class NegativeLookahead(Lookahead):
358 Item = Union[Plain, Opt, Repeat, Forced, Lookahead, Rhs, Cut]
364 LookaheadOrCut = Union[Lookahead, Cut]
H A Dfirst_sets.py15 Lookahead,
80 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]:
H A Dparser_generator.py30 Lookahead,
250 def visit_LookAhead(self, lookahead: Lookahead) -> bool:
324 def visit_LookAhead(self, lookahead: Lookahead) -> Set[Any]:
H A Dpython_generator.py13 Lookahead,
65 def lookahead_call_helper(self, node: Lookahead) -> bool:
129 def lookahead_call_helper(self, node: Lookahead) -> Tuple[str, str]:
H A Dc_generator.py17 Lookahead,
227 def lookahead_call_helper(self, node: Lookahead, positive: int) -> FunctionCall:
H A Dgrammar_parser.py20 Lookahead,
/third_party/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip define
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/
H A 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 in ParseRegister()
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp93 struct Lookahead struct
118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1];
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp93 struct Lookahead struct
118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1];
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp86 struct Lookahead struct
111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2404 char look(unsigned Lookahead = 0) { in look()
2405 if (static_cast<size_t>(Last - First) <= Lookahead) in look()
2407 return First[Lookahead]; in look()

Completed in 23 milliseconds