Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCGClass.cpp2010 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2040 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.cpp2083 return destroyCXXObject; in getDestroyer()
H A DCodeGenFunction.h2856 static Destroyer destroyCXXObject;
H A DCGObjCMac.cpp1776 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in complete()