Lines Matching defs:b15
479 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}}
511 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}}
1175 B b15 = { {0, b15.a2.i1} }; // expected-warning{{uninitialized}}
1233 B b15 = { {0, b15.a2.i1} }; // expected-warning{{uninitialized}}
1262 b15{ {0, b15.a2.i1} }, // expected-warning{{uninitialized}}