Searched refs:DtorType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGClass.cpp | 1268 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()
|
| D | ItaniumCXXABI.cpp | 171 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()
|
| D | CGCXXABI.h | 344 CXXDtorType DtorType,
|
| D | MicrosoftCXXABI.cpp | 178 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()
|
| D | CGExprCXX.cpp | 1358 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/ |
| D | SemaDeclCXX.cpp | 8676 const FunctionProtoType *DtorType = Destructor->getType()-> in AdjustDestructorExceptionSpec() local 8678 if (DtorType->hasExceptionSpec()) in AdjustDestructorExceptionSpec() 8684 FunctionProtoType::ExtProtoInfo EPI = DtorType->getExtProtoInfo(); in AdjustDestructorExceptionSpec()
|