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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp1457 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type,
1678 pushFullExprCleanup<IrregularPartialArrayDestroy>(EHCleanup,
1695 pushFullExprCleanup<RegularPartialArrayDestroy>(EHCleanup,
H A DCGException.cpp360 pushFullExprCleanup<FreeException>(EHCleanup, addr.getPointer());
H A DCGCall.cpp2969 pushFullExprCleanup<DestroyUnpassedArg>(EHCleanup, Slot.getAddress(),
H A DCGObjC.cpp1780 pushFullExprCleanup<CallObjCRelease>(getARCCleanupKind(), object);
H A DCodeGenFunction.h382 /// pushFullExprCleanup - Push a cleanup to be run at the end of the
386 void pushFullExprCleanup(CleanupKind kind, As... A) { function in class:clang::CodeGen::CodeGenFunction

Completed in 172 milliseconds