/external/python/cpython3/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 35 Lookahead, 62 elif isinstance(item, Lookahead):
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | grammar.py | 290 class Lookahead: class 308 class PositiveLookahead(Lookahead): 316 class NegativeLookahead(Lookahead): 461 Item = Union[Plain, Opt, Repeat, Lookahead, Rhs, Cut] 467 LookaheadOrCut = Union[Lookahead, Cut]
|
D | first_sets.py | 17 Lookahead, 83 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]: argument
|
D | python_generator.py | 11 Lookahead, 79 def lookahead_call_helper(self, node: Lookahead) -> Tuple[str, str]: argument
|
D | metagrammar.gram | 10 Lookahead,
|
D | c_generator.py | 14 Lookahead, 215 def lookahead_call_helper(self, node: Lookahead, positive: int) -> FunctionCall: argument
|
D | grammar_parser.py | 19 Lookahead,
|
/external/rust/crates/libz-sys/src/zlib/contrib/gcc_gvmat64/ |
D | gvmat64.S | 162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro 244 mov r10d, Lookahead 545 mov eax, Lookahead
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1199 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-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
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.back()); in ParseRegister() [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 977 SmallVector<AsmToken, 5> Lookahead; in tryParseRegister() local 986 Lookahead.push_back(Token); in tryParseRegister() 989 Lookahead.back().getString().data() + in tryParseRegister() 990 Lookahead.back().getString().size(); in tryParseRegister() 995 Lexer.is(AsmToken::Colon) || Lookahead.back().is(AsmToken::Colon); in tryParseRegister() 1026 Lexer.UnLex(Lookahead.pop_back_val()); in tryParseRegister() 1027 } while (!Lookahead.empty() && !Lexer.is(AsmToken::Colon)); in tryParseRegister() 1034 while (!Lookahead.empty()) { in tryParseRegister() 1035 Lexer.UnLex(Lookahead.pop_back_val()); in tryParseRegister()
|
/external/antlr/runtime/ObjC/Framework/ |
D | UnbufferedCommonTreeNodeStream.h | 106 #pragma mark Lookahead Handling
|
D | CommonTokenStream.m | 103 #pragma mark Lookahead
|
D | UnbufferedCommonTreeNodeStream.m | 272 #pragma mark Lookahead Handling
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | gvmat64.asm | 150 ; Lookahead : ignore 186 Lookahead equ [ rcx + dsLookahead] ; 0ffffffffh on infozip define
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 276 public int Lookahead property in Antlr.Runtime.RecognitionException
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseTentative.cpp | 1251 int Lookahead) { in isCXXDeclarationSpecifier() argument 1255 GetLookAheadToken(Lookahead + 1).isOneOf(tok::kw_auto, tok::kw_decltype, in isCXXDeclarationSpecifier()
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 86 struct Lookahead struct 111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 2466 char look(unsigned Lookahead = 0) { 2467 if (static_cast<size_t>(Last - First) <= Lookahead) 2469 return First[Lookahead];
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 2404 char look(unsigned Lookahead = 0) { 2405 if (static_cast<size_t>(Last - First) <= Lookahead) 2407 return First[Lookahead];
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 2466 char look(unsigned Lookahead = 0) { 2467 if (static_cast<size_t>(Last - First) <= Lookahead) 2469 return First[Lookahead];
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 2226 char look(unsigned Lookahead = 0) { 2227 if (static_cast<size_t>(Last - First) <= Lookahead) 2229 return First[Lookahead];
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 957 Lookahead Assertions 960 Another zero-width assertion is the lookahead assertion. Lookahead assertions
|
/external/python/cpython3/Doc/howto/ |
D | regex.rst | 978 Lookahead Assertions 981 Another zero-width assertion is the lookahead assertion. Lookahead assertions
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 83 # Negated Lookahead, various regions and region transparency 92 # Nested Lookahead / Behind
|