Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc80 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-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp250 const char *LookAhead = CurPtr; in doHexLookAhead() local
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmLexer.cpp259 const char *LookAhead = CurPtr; in doHexLookAhead() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1011 unsigned LookAhead = 0; in handleExprStmt() local
/external/clang/include/clang/Lex/
DPreprocessor.h1153 const Token &LookAhead(unsigned N) { in LookAhead() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1486 const Token &LookAhead(unsigned N) { in LookAhead() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp930 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp930 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