Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/ !
H A DCGClass.cpp1440 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1447 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody()
1466 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1492 switch (DtorType) { in EmitDestructorBody()
1846 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1852 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1885 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1917 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
H A DCGCXXABI.h490 CXXDtorType DtorType,
H A DMicrosoftCXXABI.cpp339 CXXDtorType DtorType, Address This,
903 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
904 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
2003 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2009 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2022 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp320 CXXDtorType DtorType, Address This,
1405 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1406 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete()
2242 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
2248 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
2250 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaDeclCXX.cpp14297 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local
14298 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
14304 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()