Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp1439 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1446 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody()
1463 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1489 switch (DtorType) { in EmitDestructorBody()
1805 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1811 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1844 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1876 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
H A DCGCXXABI.h482 CXXDtorType DtorType,
H A DMicrosoftCXXABI.cpp318 CXXDtorType DtorType, Address This,
880 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
881 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
1970 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1976 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1989 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp277 CXXDtorType DtorType, Address This,
1249 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1250 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
1979 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1985 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1987 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp13877 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local
13878 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
13884 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()