Lines Matching full:between

16 …case -1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse…  in fallthrough()
18 …case 0: {// expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
20 …case 1: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
22 …case 3: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
25 …case 4: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
28 …case 5: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
37 …case 6: // expected-warning{{unannotated fall-through between switch labels}} expected-note{{inse… in fallthrough()
42 case 12: // no warning here, intended fall-through, no statement between labels in fallthrough()
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 …n *= 3), MY_CASE(19, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()
119 …ASE2(23, n *= 7, 25, break)) // expected-warning{{unannotated fall-through between switch labels}} in fallthrough_macro1()