Searched refs:numTypes (Results 1 – 3 of 3) sorted by relevance
104 TupleTypeStorage(unsigned numTypes) : numElements(numTypes) {} in TupleTypeStorage()
45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()360 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
1104 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local1106 log("Tpi record count: " + Twine(numTypes)); in mergeTypesWithGHash()1121 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()