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;
2064 suppress_fallthrough = false;
2083 suppress_fallthrough = true;
2088 suppress_fallthrough = true;
2092 suppress_fallthrough = true;
2126 suppress_fallthrough = false;
2163 suppress_fallthrough = false;
2170 suppress_fallthrough = false;
2181 suppress_fallthrough = false;
2188 suppress_fallthrough = is_fallthrough
    [all...]
func.c 71 * suppress_fallthrough because this must be done by the controlled statement.
77 bool suppress_fallthrough; variable in typeref:typename:bool
490 if (reached && !suppress_fallthrough) {
535 if (reached && !suppress_fallthrough) {
655 suppress_fallthrough = true;
1126 case LC_FALLTHROUGH: suppress_fallthrough = true; break;
externs1.h 329 extern bool suppress_fallthrough;

Completed in 13 milliseconds