Lines Matching full:fallthrough
197 <code>fallthrough</code>, or
254 const fallthrough if range type
4236 statement, or a possibly labeled <a href="#Fallthrough_statements">"fallthrough"
4618 <a href="#Fallthrough_statements">"fallthrough" statement</a> to
4622 A "fallthrough" statement may appear as the last statement of all
4759 The "fallthrough" statement is not permitted in a type switch.
5101 case c <- 0: // note: no statement, no fallthrough, no folding of cases
5329 <h3 id="Fallthrough_statements">Fallthrough statements</h3>
5332 A "fallthrough" statement transfers control to the first statement of the
5338 FallthroughStmt = "fallthrough" .