Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1504 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1514 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1537 switch (DtorType) { in EmitDestructorBody()
1808 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1814 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1835 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1861 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
DItaniumCXXABI.cpp270 CXXDtorType DtorType,
1031 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
1032 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, /*CE=*/nullptr); in emitVirtualObjectDelete()
1613 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1616 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1619 Dtor, getFromDtorType(DtorType)); in EmitVirtualDestructorCall()
1622 getVirtualFunctionPointer(CGF, GlobalDecl(Dtor, DtorType), This, Ty, in EmitVirtualDestructorCall()
DCGCXXABI.h415 CXXDtorType DtorType, Address This,
DMicrosoftCXXABI.cpp293 CXXDtorType DtorType,
859 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in emitVirtualObjectDelete() local
861 EmitVirtualDestructorCall(CGF, Dtor, DtorType, Ptr, /*CE=*/nullptr); in emitVirtualObjectDelete()
1832 CodeGenFunction &CGF, const CXXDestructorDecl *Dtor, CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1835 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1849 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9648 const FunctionProtoType *DtorType = Destructor->getType()-> in AdjustDestructorExceptionSpec() local
9650 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
9656 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()