Searched defs:Lookahead (Results 1 – 10 of 10) sorted by relevance
83 def visit_PositiveLookahead(self, item: Lookahead) -> Set[str]:
77 def lookahead_call_helper(self, node: Lookahead) -> Tuple[str, str]:
226 def lookahead_call_helper(self, node: Lookahead, positive: int) -> FunctionCall:
308 class Lookahead: class
86 struct Lookahead struct111 struct Lookahead lookahead[MAX_LOOKAHEAD + 1]; argument
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip macro
964 SmallVector<AsmToken, 5> Lookahead; in ParseRegister() local