Lines Matching full:through

16 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t…  in fallthrough()
18 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
20 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
22 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
25 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
28 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
37 …xpected-warning{{unannotated fall-through between switch labels}} expected-note{{insert 'break;' t… in fallthrough()
42 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
52 case 15: // no warning here, there's no fall-through in fallthrough()
63 case 19: { // no warning here, there's no fall-through in fallthrough()
67 case 21: { // no warning here, there's no fall-through in fallthrough()
70 case 23: // no warning here, there's no fall-through in fallthrough()
73 case 25: // no warning here, there's no fall-through in fallthrough()
92 default: // no warning here, there's no fall-through in fallthrough2()
103 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
107 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
113 …MY_CASE2(444, n += 44, 4444, break); // expected-warning{{unannotated fall-through between switch… in fallthrough_macro1()
117 …(17, n *= 3), MY_CASE(19, break)) // expected-warning{{unannotated fall-through between switch la… in fallthrough_macro1()
119 … MY_CASE2(23, n *= 7, 25, break)) // expected-warning{{unannotated fall-through between switch la… in fallthrough_macro1()