HomeSort by: relevance | last modified time | path
    Searched defs:suppress_fallthrough (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 71 * suppress_fallthrough because this must be done by the controlled statement.
77 bool suppress_fallthrough; variable
491 if (reached && !suppress_fallthrough) {
536 if (reached && !suppress_fallthrough) {
656 suppress_fallthrough = true;
1127 case LC_FALLTHROUGH: suppress_fallthrough = true; break;

Completed in 14 milliseconds