Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeDetail.h104 TupleTypeStorage(unsigned numTypes) : numElements(numTypes) {} in TupleTypeStorage()
/llvm-project-15.0.7/clang/lib/Driver/
H A DTypes.cpp45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable
48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()
360 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp1104 uint32_t numTypes = std::distance(entries.begin(), mid); in mergeTypesWithGHash() local
1106 log("Tpi record count: " + Twine(numTypes)); in mergeTypesWithGHash()
1121 uint32_t pdbTypeIndex = i < numTypes ? i : i - numTypes; in mergeTypesWithGHash()