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.cpp45 static const unsigned numTypes = std::size(TypeInfos); variable
48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()
374 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp1149 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local
1151 log("Tpi record count: " + Twine(numTypes)); in mergeTypesWithGHash()
1166 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()