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

  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 94 auto NextIdx = NameTable.size();
95 NameTable.insert(std::make_pair(FName, NextIdx));
  /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/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 4010 milliseconds