Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp224 const char *LookAhead = CurPtr; in doLookAhead() local
/external/clang/include/clang/Lex/
DPreprocessor.h1153 const Token &LookAhead(unsigned N) { in LookAhead() function
/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/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1907 property LookAhead: TANTLRInterfaceArray read GetLookAhead write SetLookAhead; property