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.cpp1335 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCGClass.cpp2070 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2100 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
H A DCGExpr.cpp356 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup()
371 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
378 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
H A DCGDecl.cpp2160 return destroyCXXObject; in getDestroyer()
H A DCodeGenFunction.h2978 static Destroyer destroyCXXObject;