Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGClass.cpp1268 CXXDtorType DtorType = CurGD.getDtorType(); in EmitDestructorBody() local
1274 if (DtorType == Dtor_Deleting) { in EmitDestructorBody()
1298 switch (DtorType) { in EmitDestructorBody()
1434 CXXDtorType DtorType) { in EnterDtorCleanups() argument
1440 if (DtorType == Dtor_Deleting) { in EnterDtorCleanups()
1461 if (DtorType == Dtor_Complete) { in EnterDtorCleanups()
1484 assert(DtorType == Dtor_Base); in EnterDtorCleanups()
DItaniumCXXABI.cpp171 CXXDtorType DtorType, SourceLocation CallLoc,
1050 CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
1053 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
1056 = &CGM.getTypes().arrangeCXXDestructor(Dtor, DtorType); in EmitVirtualDestructorCall()
1059 getVirtualFunctionPointer(CGF, GlobalDecl(Dtor, DtorType), This, Ty); in EmitVirtualDestructorCall()
DCGCXXABI.h344 CXXDtorType DtorType,
DMicrosoftCXXABI.cpp178 CXXDtorType DtorType, SourceLocation CallLoc,
940 CXXDtorType DtorType, in EmitVirtualDestructorCall() argument
943 assert(DtorType == Dtor_Deleting || DtorType == Dtor_Complete); in EmitVirtualDestructorCall()
956 DtorType == Dtor_Deleting); in EmitVirtualDestructorCall()
DCGExprCXX.cpp1358 CXXDtorType DtorType = UseGlobalDelete ? Dtor_Complete : Dtor_Deleting; in EmitObjectDelete() local
1359 CGF.CGM.getCXXABI().EmitVirtualDestructorCall(CGF, Dtor, DtorType, in EmitObjectDelete()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclCXX.cpp8676 const FunctionProtoType *DtorType = Destructor->getType()-> in AdjustDestructorExceptionSpec() local
8678 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec()
8684 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()