Lines Matching full:between

15 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse…  in fallthrough()
17 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
19 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
22 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
25 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
34 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
36 …case 66: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{ins… in fallthrough()
72 …case 110: // expected-warning{{unannotated fall-through between switch labels}} but no fix-it hin… in fallthrough()
77 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
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 …n *= 3), MY_CASE(19, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
170 …ASE2(23, n *= 7, 25, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
189 …case 223: // expected-warning{{unannotated fall-through between switch labels}} expected-… in fallthrough_position()
241 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_local_class()
261 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_lambda()