Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp449 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
H A DCGCleanup.cpp1307 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCGClass.cpp2079 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2109 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
H A DCGExpr.cpp370 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup()
385 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
392 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
H A DCGDecl.cpp2191 return destroyCXXObject; in getDestroyer()
H A DCodeGenFunction.h3177 static Destroyer destroyCXXObject;