Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:case

6     case 0:
8 case 1: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
10 case 111:
13 case 112:
15 case 113: // expected-warning{{unannotated fall-through}} expected-note{{insert '[[clang::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}}
25 case 0:
27 case 1: // no warning, as we didn't "opt-in" for it in this method
29 case 111:
31 case 112: // no warning, as we didn't "opt-in" for it in this method
33 case 113: // no warning, as we didn't "opt-in" for it in this method
43 case 0:
46 case 2: // expected-warning{{unannotated fall-through}} expected-note{{clang::fallthrough}} expected-note{{break;}}
48 case 1: