Searched refs:destroyCXXObject (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| H A D | CGClass.cpp | 2012 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall() 2042 void CodeGenFunction::destroyCXXObject(CodeGenFunction &CGF, in destroyCXXObject() function in CodeGenFunction
|
| H A D | CGExpr.cpp | 359 CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions, in pushTemporaryCleanup() 374 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup() 381 CodeGenFunction::destroyCXXObject, in pushTemporaryCleanup()
|
| H A D | CGDecl.cpp | 2080 return destroyCXXObject; in getDestroyer()
|
| H A D | CodeGenFunction.h | 2856 static Destroyer destroyCXXObject;
|
| H A D | CGObjCMac.cpp | 1776 CGF.destroyCXXObject(CGF, RV.getAggregateAddress(), QT); in complete()
|