Searched refs:DtorType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1443 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 D | CGCXXABI.h | 490 CXXDtorType DtorType, Address This,
|
| H A D | ItaniumCXXABI.cpp | 319 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 D | MicrosoftCXXABI.cpp | 340 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 D | SemaDeclCXX.cpp | 14588 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local 14589 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec() 14595 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()
|