HomeSort by relevance Sort by last modified time
    Searched defs:LookAhead (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 859 unsigned LookAhead = std::min((unsigned)Sequence.size(),
861 if (LookAhead == 0)
864 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 317 /// lookahead. They are "lexed" by the CachingLex() method.
637 /// LookAhead - This peeks ahead N tokens and returns that token without
638 /// consuming any tokens. LookAhead(0) returns the next token that would be
639 /// returned by Lex(), LookAhead(1) returns the token after it, etc. This
642 const Token &LookAhead(unsigned N) {
    [all...]

Completed in 361 milliseconds