Searched refs:moveA (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Duninitialized.cpp239 A moveA(A&& a) { return A(); } function
282 A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used within its own initialization}}
344 A a32 = moveA(std::move(a32)); // expected-warning {{variable 'a32' is uninitialized when used within its own initialization}}
410 T(bool (*)[32]) : a(moveA(std::move(a))) {} // expected-warning {{field 'a' is uninitialized when used here}}

Completed in 78 milliseconds