Searched refs:numTypes (Results 1 – 2 of 2) sorted by relevance
45 static const unsigned numTypes = std::size(TypeInfos); variable48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()363 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
1144 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local1146 log("Tpi record count: " + Twine(numTypes)); in mergeTypesWithGHash()1161 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()