Home | History | Annotate | Download | only in docs

Lines Matching full:exits

45           <li><a href="#hl_earlyexit">Use Early Exits and <tt>continue</tt> to Simplify
573 <a name="hl_earlyexit">Use Early Exits and <tt>continue</tt> to Simplify Code</a>
582 exits and the <tt>continue</tt> keyword in long loops. As an example of using
672 <p>This has all the benefits of using early exits for functions: it reduces
792 <a href="#hl_earlyexit">early exits</a> to compute the predicate. We prefer