Lines Matching full:through
13 case -1: // no warning here, ignore fall-through from unreachable code in fallthrough()
15 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
17 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
19 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
22 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
25 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
34 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough()
36 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
56 case 9: // no warning here, intended fall-through marked with an attribute in fallthrough()
59 default: { // no warning here, intended fall-through marked with an attribute in fallthrough()
66 case 10: // no warning here, intended fall-through marked with an attribute in fallthrough()
72 …/ expected-warning{{unannotated fall-through between switch labels}} but no fix-it hint as we have… in fallthrough()
77 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
87 case 15: // no warning here, there's no fall-through in fallthrough()
98 case 19: { // no warning here, there's no fall-through in fallthrough()
102 case 21: { // no warning here, there's no fall-through in fallthrough()
105 case 23: // no warning here, there's no fall-through in fallthrough()
108 case 25: // no warning here, there's no fall-through in fallthrough()
127 default: // no warning here, there's no fall-through in fallthrough2()
154 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
158 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
164 …MY_CASE2(444, n += 44, 4444, break); // expected-warning{{unannotated fall-through between switch… in fallthrough_macro1()
168 …(17, n *= 3), MY_CASE(19, break)) // expected-warning{{unannotated fall-through between switch la… in fallthrough_macro1()
170 … MY_CASE2(23, n *= 7, 25, break)) // expected-warning{{unannotated fall-through between switch la… in fallthrough_macro1()
189 …through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence this wa… in fallthrough_position()
241 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_local_class()
242 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_local_class()
261 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_lambda()
262 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_lambda()