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

  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 224 const char *LookAhead = CurPtr;
226 if (isdigit(*LookAhead)) {
227 ++LookAhead;
228 } else if (isxdigit(*LookAhead)) {
230 FirstHex = LookAhead;
231 ++LookAhead;
236 bool isHex = *LookAhead == 'h' || *LookAhead == 'H';
237 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 895 unsigned LookAhead = std::min((unsigned)Sequence.size(),
897 if (LookAhead == 0)
900 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead)
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 725 unsigned LookAhead = std::min((unsigned)Sequence.size(),
727 if (LookAhead == 0)
730 std::vector<SUnit*>::const_iterator I = (Sequence.end() - LookAhead);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [all...]

Completed in 1423 milliseconds