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.cpp448 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in destroyCalleeDestroyedArguments()
H A DCGCleanup.cpp1325 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCGClass.cpp2085 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2118 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
H A DCGDecl.cpp2256 return destroyCXXObject; in getDestroyer()
H A DCodeGenFunction.h3218 static Destroyer destroyCXXObject;
H A DCGExpr.cpp412 ReferenceTemporary, E->getType(), CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()