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 245 uint32_t NextIdx = ReadLE32(NextPPCondPtr);
247 // By construction NextIdx will be zero if this is a #endif. This is useful
249 bool isEndif = NextIdx == 0;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 219 milliseconds