Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp136 QualType DtorTy = getType(); in Value() local
139 llvm::dyn_cast<ConstantArrayType>(DtorTy.getTypePtr())) { in Value()
140 DtorTy = ArrTy->getElementType(); in Value()
149 if (const auto *RT = DtorTy->getAs<RecordType>()) { in Value()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1474 QualType DtorTy = Ctx.getFunctionType(Ctx.VoidTy, {Ctx.VoidPtrTy}, in emitThrow() local
1479 Dtor = CGM.getFunctionPointer(Dtor, DtorTy); in emitThrow()
H A DCGOpenMPRuntime.cpp1736 auto *DtorTy = llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, in emitThreadPrivateVarDefinition() local
1739 Dtor = llvm::Constant::getNullValue(DtorTy); in emitThreadPrivateVarDefinition()