Searched defs:moveB (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Duninitialized.cpp445 B moveB(B &&b) { return B(); }; function
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}}
556 U(bool (*)[22]) : b1(moveB(std::move(b1))) {} // expected-warning {{field 'b1' is uninitialized when used here}}

Completed in 370 milliseconds