Searched refs:pushFullExprCleanup (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 1381 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy() 1590 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup, in pushIrregularPartialArrayCleanup() 1605 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup, in pushRegularPartialArrayCleanup()
|
D | CGException.cpp | 370 pushFullExprCleanup<FreeException>(EHCleanup, addr); in EmitAnyExprToExn()
|
D | CodeGenFunction.h | 365 void pushFullExprCleanup(CleanupKind kind, As... A) { in pushFullExprCleanup() function
|
D | CGObjC.cpp | 1736 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object); in EmitObjCConsumeObject()
|
D | CGCall.cpp | 2842 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddr(), type); in EmitCallArg()
|