Lines Matching refs:b19
483 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}}
515 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}}
1177 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}}
1235 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}}
1264 b19{ {0, b19.a2.i2} }, // expected-warning{{uninitialized}}