Searched defs:LookAhead (Results 1 – 8 of 8) sorted by relevance
81 TokKind HloLexer::LookAhead() { in LookAhead() function in xla::HloLexer
224 const char *LookAhead = CurPtr; in doLookAhead() local
250 const char *LookAhead = CurPtr; in doHexLookAhead() local
168 pub struct LookAhead<P>(P); struct170 impl<Input, O, P> Parser<Input> for LookAhead<P> implementation
1153 const Token &LookAhead(unsigned N) { in LookAhead() function
895 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
930 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
1907 property LookAhead: TANTLRInterfaceArray read GetLookAhead write SetLookAhead; property