Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:b21

486   B b21 = std::move(b21);  // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}}
518 B b21 = std::move(b21); // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}}
1179 B b21 = { {}, {0, b21.a2.i2} }; // expected-warning{{uninitialized}}
1237 B b21 = { {}, {0, b21.a2.i2} }; // expected-warning{{uninitialized}}
1266 b21{ {}, {0, b21.a2.i2} }, // expected-warning{{uninitialized}}