Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCGClass.cpp2012 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2042 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
H A DCGExpr.cpp359 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup()
374 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
381 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
H A DCGDecl.cpp2080 return destroyCXXObject; in getDestroyer()
H A DCodeGenFunction.h2856 static Destroyer destroyCXXObject;
H A DCGObjCMac.cpp1776 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in complete()