Lines Matching defs:b10
469 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}}
504 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}}
1169 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}}
1227 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}}
1256 b10{ {b10.a1.i2} }, // expected-warning{{uninitialized}}