Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1431 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1438 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody()
1457 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1483 switch (DtorType) { in EmitDestructorBody()
1837 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1843 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1876 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1908 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
H A DCGCXXABI.h501 CXXDtorType DtorType,
H A DMicrosoftCXXABI.cpp343 CXXDtorType DtorType, Address This,
905 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
906 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
1993 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1999 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2012 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp323 CXXDtorType DtorType, Address This,
1260 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1261 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
2061 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2067 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2069 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp14425 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local
14426 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
14432 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()