HomeSort by relevance Sort by last modified time
    Searched refs:LookAhead (Results 1 - 25 of 28) sorted by null

1 2

  /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/clang/lib/Parse/
ParseInit.cpp 42 switch (PP.LookAhead(0).getKind()) {
65 return PP.LookAhead(0).is(tok::colon);
ParseOpenMP.cpp 126 Tok = P.getPreprocessor().LookAhead(0);
838 if (PP.LookAhead(0).is(tok::l_paren)) {
    [all...]
ParseStmtAsm.cpp 236 Token IdTok = PP.LookAhead(0);
456 if (PP.LookAhead(0).is(tok::l_brace))
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 112 const clang::Token &NextTok = PP.LookAhead(0);
  /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/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...]
  /external/clang/include/clang/Parse/
Parser.h 437 /// desired, such as token caching or completion with lookahead.
543 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
546 /// Note that this differs from the Preprocessor's LookAhead method, because
551 return PP.LookAhead(N-1);
558 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 459 /// desired, such as token caching or completion with lookahead.
569 /// without consuming any tokens. LookAhead(0) returns 'Tok', LookAhead(1)
572 /// Note that this differs from the Preprocessor's LookAhead method, because
577 return PP.LookAhead(N-1);
584 return PP.LookAhead(0);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 618 /// lookahead. They are "lexed" by the CachingLex() method.
    [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 2349 milliseconds

1 2