Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
363 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
/openbsd/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp1144 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local
1146 log("Tpi record count: " + Twine(numTypes)); in mergeTypesWithGHash()
1161 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()