Lines Matching defs:Continue
794 // the continue target.
802 // Store the blocks to use for break and continue.
823 // to correctly handle break/continue though.
896 // Store the blocks to use for break and continue.
921 // to correctly handle break/continue though.
962 // If there's an increment, the continue scope will be overwritten
982 // the continue block. Otherwise, if there is no condition variable, we can
983 // form the continue block now. If there is a condition variable, we can't
984 // form the continue block until after we've emitted the condition, because
988 JumpDest Continue;
990 Continue = CondDest;
992 Continue = getJumpDestInCurrentScope("for.inc");
993 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
1002 // jump to the continue block.
1003 Continue = S.getInc() ? getJumpDestInCurrentScope("for.inc") : CondDest;
1004 BreakContinueStack.back().ContinueBlock = Continue;
1048 EmitBlock(Continue.getBlock());
1082 // If there's an increment, the continue scope will be overwritten
1119 // Create a block for the increment. In case of a 'continue', we jump there.
1120 JumpDest Continue = getJumpDestInCurrentScope("for.inc");
1122 // Store the blocks to use for break and continue.
1123 BreakContinueStack.push_back(BreakContinue(LoopExit, Continue));
1134 EmitBlock(Continue.getBlock());
1294 assert(!BreakContinueStack.empty() && "continue stmt not in a loop!");
1703 continue;
1836 // switches continue to function properly
2134 if (StrVal[i] != '\n') continue;
2511 continue;
2524 continue;
2529 continue;
2534 continue;