Searched refs:DtorType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 1440 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local 1447 if (DtorType != Dtor_Base && Dtor->getParent()->isAbstract()) { in EmitDestructorBody() 1464 if (DtorType == Dtor_Deleting) { in EmitDestructorBody() 1490 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 D | CGCXXABI.h | 491 CXXDtorType DtorType,
|
| H A D | MicrosoftCXXABI.cpp | 331 CXXDtorType DtorType, Address This, 893 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local 894 llvm::Value *MDThis = EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete() 1977 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument 1983 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall() 1996 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
|
| H A D | ItaniumCXXABI.cpp | 277 CXXDtorType DtorType, Address This, 1237 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local 1238 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, DE); in emitVirtualObjectDelete() 1973 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument 1979 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall() 1981 GlobalDecl GD(Dtor, DtorType); in EmitVirtualDestructorCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 13986 const auto *DtorType = Destructor->getType()->castAs<FunctionProtoType>(); in AdjustDestructorExceptionSpec() local 13987 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec() 13993 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()
|