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

/external/libcxx/test/std/utilities/utility/utility.swap/
H A Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
45 NotMoveConstructible(NotMoveConstructible&&);
92 static_assert(!can_swap<NotMoveConstructible&>(), "");
H A Dswap_array.pass.cpp38 struct NotMoveConstructible { struct
39 NotMoveConstructible() {} function in struct:NotMoveConstructible
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; }
42 NotMoveConstructible(NotMoveConstructible&&);
90 using NA = NotMoveConstructible[42];

Completed in 181 milliseconds