Home
last modified time | relevance | path

Searched defs:LookAhead (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc87 TokKind HloLexer::LookAhead() { in LookAhead() function in xla::HloLexer
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp224 const char *LookAhead = CurPtr; in doLookAhead() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp248 const char *LookAhead = CurPtr; in doLookAhead() local
/external/clang/include/clang/Lex/
DPreprocessor.h1153 const Token &LookAhead(unsigned N) { in LookAhead() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp924 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp895 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp725 unsigned LookAhead = std::min((unsigned)Sequence.size(), in RestoreHazardCheckerBottomUp() local
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1907 property LookAhead: TANTLRInterfaceArray read GetLookAhead write SetLookAhead; property