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()
74 …case 110: // expected-warning{{unannotated fall-through between switch labels}} but no fix-it hin… in fallthrough()
81 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
158 …MY_SWITCH(n, 13, n *= 2, 14, break) // expected-warning{{unannotated fall-through between switch … in fallthrough_macro1()
162 MY_CASE(44, break); // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
168 …MY_CASE2(444, n += 44, 4444, break); // expected-warning{{unannotated fall-through between switch… in fallthrough_macro1()
172 …n *= 3), MY_CASE(19, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
174 …ASE2(23, n *= 7, 25, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
196 …case 224: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{ins… in fallthrough_position()
268 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_local_class()
288 expected-warning{{unannotated fall-through between switch labels}} \ in fallthrough_in_lambda()