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

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

Completed in 3433 milliseconds