Home
last modified time | relevance | path

Searched refs:NotMoveConstructible (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp38 struct NotMoveConstructible { struct
39 NotMoveConstructible() {} in NotMoveConstructible() function
40 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
42 NotMoveConstructible(NotMoveConstructible&&);
90 using NA = NotMoveConstructible[42]; in main()
Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
45 NotMoveConstructible(NotMoveConstructible&&);
92 static_assert(!can_swap<NotMoveConstructible&>(), ""); in main()
/external/llvm-project/libcxx/test/std/utilities/utility/utility.swap/
Dswap_array.pass.cpp37 struct NotMoveConstructible { struct
38 NotMoveConstructible() {} in NotMoveConstructible() argument
39 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
41 NotMoveConstructible(NotMoveConstructible&&);
103 using NA = NotMoveConstructible[42]; in main()
Dswap.pass.cpp41 struct NotMoveConstructible { struct
42 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
44 NotMoveConstructible(NotMoveConstructible&&);
101 static_assert(!can_swap<NotMoveConstructible&>(), ""); in main()