Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1381 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1590 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup, in pushIrregularPartialArrayCleanup()
1605 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup, in pushRegularPartialArrayCleanup()
DCGException.cpp370 pushFullExprCleanup<FreeException>(EHCleanup, addr); in EmitAnyExprToExn()
DCodeGenFunction.h365 void pushFullExprCleanup(CleanupKind kind, As... A) { in pushFullExprCleanup() function
DCGObjC.cpp1736 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object); in EmitObjCConsumeObject()
DCGCall.cpp2842 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddr(), type); in EmitCallArg()