Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp1226 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
DCGClass.cpp2009 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall()
2035 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
DCGExpr.cpp284 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup()
299 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
306 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
DCGDecl.cpp1433 return destroyCXXObject; in getDestroyer()
DCodeGenFunction.h2004 static Destroyer destroyCXXObject; variable