Lines Matching full:initialization
36 C c; // expected-note {{jump bypasses variable initialization}}
83 C c1; // expected-note {{jump bypasses variable initialization}}
155 int x = 56; // expected-note {{jump bypasses variable initialization}}
163 l1: int x = 5; // expected-note {{jump bypasses variable initialization}}
212 int a = 3; // expected-note {{jump bypasses variable initialization}}
280 } catch(...) { // expected-note {{jump bypasses initialization of catch block}}
283 void f2() try { // expected-note {{jump bypasses initialization of try block}}
294 const S &s = S(); // expected-note {{jump bypasses variable initialization}}
304 S s = {}; // expected-note {{jump bypasses variable initialization}}
432 int a = 0; // expected-note {{jump bypasses variable initialization}}
438 int x = 56; // expected-note {{jump bypasses variable initialization}}