Lines Matching defs:b22
487 B b22 = moveB(std::move(b22)); // expected-warning {{variable 'b22' is uninitialized when used within its own initialization}}
519 B b22 = moveB(std::move(b22)); // expected-warning {{variable 'b22' is uninitialized when used within its own initialization}}
1181 B b22 = { {b18.a2.i2 + 5} };
1239 B b22 = { {b18.a2.i2 + 5} };
1268 b22{ {b18.a2.i2 + 5} }