Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp704 llvm::Type *CTType = in getCatchableTypeArrayType() local
708 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes in getCatchableTypeArrayType()
4048 llvm::StructType *CTType = getCatchableTypeType(); in getCatchableType() local
4050 CGM.getModule(), CTType, /*Constant=*/true, getLinkageForRTTI(T), in getCatchableType()
4051 llvm::ConstantStruct::get(CTType, Fields), MangledName); in getCatchableType()
4152 llvm::Type *CTType = in getCatchableTypeArray() local
4154 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries); in getCatchableTypeArray()