Home
last modified time | relevance | path

Searched refs:EmitBranchThroughCleanup (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp515 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()
521 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()
665 EmitBranchThroughCleanup(LoopExit); in EmitWhileStmt()
814 EmitBranchThroughCleanup(LoopExit); in EmitForStmt()
889 EmitBranchThroughCleanup(LoopExit); in EmitCXXForRangeStmt()
934 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnOfRValue()
1009 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnStmt()
1031 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1043 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()
DCGObjCRuntime.cpp269 CGF.EmitBranchThroughCleanup(Cont); in EmitTryCatchStmt()
DCGException.cpp1275 CGF.EmitBranchThroughCleanup(RethrowDest); in exit()
1905 EmitBranchThroughCleanup(*SEHTryEpilogueStack.back()); in EmitSEHLeaveStmt()
DCGCleanup.cpp968 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup() function in CodeGenFunction
DCGOpenMPRuntime.cpp1712 CGF.EmitBranchThroughCleanup(CancelDestination); in emitBarrierCall()
3191 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
3230 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
DCGObjCMac.cpp4068 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4159 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4205 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4218 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4239 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
DCGStmtOpenMP.cpp952 EmitBranchThroughCleanup(LoopExit); in EmitOMPInnerLoop()
1366 EmitBranchThroughCleanup(LoopExit); in EmitOMPForOuterLoop()
DCGClass.cpp2718 EmitBranchThroughCleanup(ReturnBlock); in EmitForwardingCallToLambda()
DCodeGenFunction.h691 void EmitBranchThroughCleanup(JumpDest Dest);