reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1599 JumpDest TryExit = getJumpDestInCurrentScope("__try.__leave");
tools/clang/lib/CodeGen/CGObjC.cpp1643 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); 1681 JumpDest AfterBody = getJumpDestInCurrentScope("forcoll.next");tools/clang/lib/CodeGen/CGObjCMac.cpp
4448 CGF.getJumpDestInCurrentScope("finally.end"); 4453 CGF.getJumpDestInCurrentScope("finally.rethrow");tools/clang/lib/CodeGen/CGObjCRuntime.cpp
150 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp 170 CGF.getJumpDestInCurrentScope(".untied.next.");
tools/clang/lib/CodeGen/CGStmt.cpp543 Dest = getJumpDestInCurrentScope(D->getName()); 713 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond"); 723 JumpDest LoopExit = getJumpDestInCurrentScope("while.end"); 799 JumpDest LoopExit = getJumpDestInCurrentScope("do.end"); 800 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); 861 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); 872 JumpDest Continue = getJumpDestInCurrentScope("for.cond"); 886 Continue = getJumpDestInCurrentScope("for.inc"); 960 JumpDest LoopExit = getJumpDestInCurrentScope("for.end"); 1007 JumpDest Continue = getJumpDestInCurrentScope("for.inc"); 1630 JumpDest SwitchExit = getJumpDestInCurrentScope("sw.epilog");tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
1359 JumpDest Continue = getJumpDestInCurrentScope("omp.body.continue"); 1398 auto LoopExit = getJumpDestInCurrentScope("omp.inner.for.end"); 1426 JumpDest Continue = getJumpDestInCurrentScope("omp.inner.for.inc"); 1877 JumpDest LoopExit = getJumpDestInCurrentScope("omp.dispatch.end"); 1922 JumpDest Continue = getJumpDestInCurrentScope("omp.dispatch.inc");tools/clang/lib/CodeGen/CodeGenFunction.cpp
838 ReturnBlock = getJumpDestInCurrentScope("return");
tools/clang/lib/CodeGen/CodeGenFunction.h1303 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.exit") 1305 HasCancel ? CGF.getJumpDestInCurrentScope("cancel.cont")