Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1443 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1450 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody()
1469 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1495 switch (DtorType) { in EmitDestructorBody()
1850 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1856 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1889 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1921 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
H A DCGCXXABI.h490 CXXDtorType DtorType, Address This,
H A DItaniumCXXABI.cpp319 CXXDtorType DtorType, Address This,
1418 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1419 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE, in emitVirtualObjectDelete()
2260 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2266 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2268 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
H A DMicrosoftCXXABI.cpp340 CXXDtorType DtorType, Address This,
898 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
899 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE, in emitVirtualObjectDelete()
1998 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2004 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2017 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14588 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local
14589 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
14595 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()