Lines Matching defs:b16
480 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within its own initialization}}
512 B* b16 = getPtrB(b16->y); // expected-warning {{variable 'b16' is uninitialized when used within its own initialization}}
1176 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}}
1234 B b16 = { {}, {b16.a2.i1} }; // expected-warning{{uninitialized}}
1263 b16{ {}, {b16.a2.i1} }, // expected-warning{{uninitialized}}