HomeSort by relevance Sort by last modified time
    Searched refs:NextIdx (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
PTHLexer.cpp 242 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr);
244 // By construction NextIdx will be zero if this is a #endif. This is useful
246 bool isEndif = NextIdx == 0;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 906 milliseconds