Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp133 QualType DtorTy = getType(); in Value() local
136 llvm::dyn_cast<ConstantArrayType>(DtorTy.getTypePtr())) { in Value()
137 DtorTy = ArrTy->getElementType(); in Value()
146 if (const auto *RT = DtorTy->getAs<RecordType>()) { in Value()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1488 QualType DtorTy = Ctx.getFunctionType(Ctx.VoidTy, {Ctx.VoidPtrTy}, in emitThrow() local
1493 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()