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

  /src/usr.bin/xlint/lint1/
cgram.y 727 suppress_fallthrough = false;
2062 suppress_fallthrough = false;
2081 suppress_fallthrough = true;
2086 suppress_fallthrough = true;
2090 suppress_fallthrough = true;
2124 suppress_fallthrough = false;
2161 suppress_fallthrough = false;
2168 suppress_fallthrough = false;
2179 suppress_fallthrough = false;
2186 suppress_fallthrough = is_fallthrough
    [all...]
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;
externs1.h 329 extern bool suppress_fallthrough;

Completed in 16 milliseconds