HomeSort by: relevance | last modified time | path
    Searched defs:suppress_fallthrough (Results 1 - 3 of 3) 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 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;
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;
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;

Completed in 57 milliseconds