Home
last modified time | relevance | path

Searched refs:numTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp42 static const unsigned numTypes = std::size(TypeInfos); variable
45 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()
382 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1155 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local
1157 Log(ctx) << "Tpi record count: " << numTypes; in mergeTypesWithGHash()
1172 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()