Searched refs:pushFullExprCleanup (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1457 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy() 1678 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup, in pushIrregularPartialArrayCleanup() 1695 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup, in pushRegularPartialArrayCleanup()
|
D | CGException.cpp | 360 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()
|
D | CodeGenFunction.h | 386 void pushFullExprCleanup(CleanupKind kind, As... A) { in pushFullExprCleanup() function
|
D | CGObjC.cpp | 1780 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object); in EmitObjCConsumeObject()
|
D | CGCall.cpp | 2969 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(), in EmitCallArg()
|