Searched refs:destroyCXXObject (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 449 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
|
H A D | CGCleanup.cpp | 1307 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
H A D | CGClass.cpp | 2079 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall() 2109 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
|
H A D | CGExpr.cpp | 370 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup() 385 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup() 392 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
|
H A D | CGDecl.cpp | 2191 return destroyCXXObject; in getDestroyer()
|
H A D | CodeGenFunction.h | 3177 static Destroyer destroyCXXObject;
|