Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:jump

47       goto foo; // expected-warning {{jump from this goto statement to its label is a Microsoft extension}}
48 C c; // expected-note {{jump bypasses variable initialization}}
58 goto end; // expected-warning{{jump from this goto statement to its label is a Microsoft extension}}
59 Y y; // expected-note {{jump bypasses variable with a non-trivial destructor}}
67 int x = 56; // expected-note {{jump bypasses variable initialization}}
68 case 1: // expected-error {{cannot jump}}
75 goto l2; // expected-error {{cannot jump}}
76 try { // expected-note {{jump bypasses initialization of try block}}
84 goto *&&a0; // expected-warning {{jump from this goto statement to its label is a Microsoft extension}}
85 int a = 3; // expected-note {{jump bypasses variable initialization}}