reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
  985   void EmitBranchThroughCleanup(JumpDest Dest);

References

tools/clang/lib/CodeGen/CGClass.cpp
 1589       CGF.EmitBranchThroughCleanup(CGF.ReturnBlock);
 1794         EmitBranchThroughCleanup(ReturnBlock);
 2870     EmitBranchThroughCleanup(ReturnBlock);
tools/clang/lib/CodeGen/CGCoroutine.cpp
  224   CGF.EmitBranchThroughCleanup(Coro.CleanupJD);
  285   EmitBranchThroughCleanup(CurCoro.Data->FinalJD);
tools/clang/lib/CodeGen/CGException.cpp
 1448     CGF.EmitBranchThroughCleanup(RethrowDest);
 2111   EmitBranchThroughCleanup(*SEHTryEpilogueStack.back());
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4550     CGF.EmitBranchThroughCleanup(FinallyRethrow);
 4641         CGF.EmitBranchThroughCleanup(FinallyEnd);
 4687       CGF.EmitBranchThroughCleanup(FinallyEnd);
 4700       CGF.EmitBranchThroughCleanup(FinallyRethrow);
 4721       CGF.EmitBranchThroughCleanup(FinallyRethrow);
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
  273     CGF.EmitBranchThroughCleanup(Cont);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
  154         CGF.EmitBranchThroughCleanup(CGF.ReturnBlock);
  171         CGF.EmitBranchThroughCleanup(CGF.ReturnBlock);
  175         CGF.EmitBranchThroughCleanup(CurPoint);
 3505         CGF.EmitBranchThroughCleanup(CancelDestination);
 6413       CGF.EmitBranchThroughCleanup(CancelDest);
 6448       CGF.EmitBranchThroughCleanup(CancelDest);
tools/clang/lib/CodeGen/CGStmt.cpp
  607   EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
  613     EmitBranchThroughCleanup(getJumpDestForLabel(Target));
  764       EmitBranchThroughCleanup(LoopExit);
  919       EmitBranchThroughCleanup(LoopExit);
 1000     EmitBranchThroughCleanup(LoopExit);
 1047   EmitBranchThroughCleanup(ReturnBlock);
 1134   EmitBranchThroughCleanup(ReturnBlock);
 1156   EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock);
 1168   EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1419     EmitBranchThroughCleanup(LoopExit);
 1912     EmitBranchThroughCleanup(LoopExit);
tools/clang/lib/CodeGen/CodeGenFunction.h
 1316             CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);
 1318           CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);