Lines Matching defs:b20
484 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
516 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
1178 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}}
1236 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}}
1265 b20{ {}, {b20.a2.i2} }, // expected-warning{{uninitialized}}