Searched refs:destroyCXXObject (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
| H A D | CGClass.cpp | 2010 Destroyer *destroyer = destroyCXXObject; in EmitCXXAggrConstructorCall() 2040 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 | 2083 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()
|