Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1457 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1678 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup, in pushIrregularPartialArrayCleanup()
1695 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup, in pushRegularPartialArrayCleanup()
DCGException.cpp360 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer()); in EmitAnyExprToExn()
DCodeGenFunction.h386 void pushFullExprCleanup(CleanupKind kind, As... A) { in pushFullExprCleanup() function
DCGObjC.cpp1780 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object); in EmitObjCConsumeObject()
DCGCall.cpp2969 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(), in EmitCallArg()