Lines Matching defs:b19
485 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}}
517 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}}
1180 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}}
1238 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}}
1267 b19{ {0, b19.a2.i2} }, // expected-warning{{uninitialized}}