Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1441 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1448 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody()
1465 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1491 switch (DtorType) { in EmitDestructorBody()
1793 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1799 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1832 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1858 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
H A DCGCXXABI.h466 CXXDtorType DtorType,
H A DMicrosoftCXXABI.cpp314 CXXDtorType DtorType, Address This,
874 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
875 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
1963 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1969 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1982 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp277 CXXDtorType DtorType, Address This,
1283 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1284 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
2012 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2018 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2020 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13675 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local
13676 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
13682 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()