Searched refs:Lookahead (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Tools/peg_generator/scripts/ |
H A D | grammar_grapher.py | 36 Lookahead, 68 elif isinstance(item, Lookahead):
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar.py | 224 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 D | first_sets.py | 15 Lookahead, 80 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]:
|
H A D | parser_generator.py | 30 Lookahead, 250 def visit_LookAhead(self, lookahead: Lookahead) -> bool: 324 def visit_LookAhead(self, lookahead: Lookahead) -> Set[Any]:
|
H A D | python_generator.py | 13 Lookahead, 65 def lookahead_call_helper(self, node: Lookahead) -> bool: 129 def lookahead_call_helper(self, node: Lookahead) -> Tuple[str, str]:
|
H A D | c_generator.py | 17 Lookahead, 227 def lookahead_call_helper(self, node: Lookahead, positive: int) -> FunctionCall:
|
H A D | grammar_parser.py | 20 Lookahead,
|
/third_party/zlib/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 162 #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 D | HexagonAsmParser.cpp | 964 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 D | parse.cpp | 93 struct Lookahead struct 118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1];
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | parse.cpp | 93 struct Lookahead struct 118 struct Lookahead lookahead[MAX_LOOKAHEAD + 1];
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | parse.cpp | 86 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 D | ItaniumDemangle.h | 2404 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