Lines Matching defs:b20
486 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
518 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
1181 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}}
1239 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}}
1268 b20{ {}, {b20.a2.i2} }, // expected-warning{{uninitialized}}