Home
last modified time | relevance | path

Searched defs:NotMoveConstructible (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/utility.swap/
H A Dswap_array.pass.cpp39 struct NotMoveConstructible { struct
40 NotMoveConstructible() {} in NotMoveConstructible() function
41 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
H A Dswap.pass.cpp42 struct NotMoveConstructible { struct
43 NotMoveConstructible& operator=(NotMoveConstructible&&) { return *this; } in operator =() argument
/llvm-project/libcxx/test/std/utilities/expected/expected.void/swap/
H A Dfree.swap.pass.cpp33 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument
31 struct NotMoveConstructible { global() struct
H A Dmember.swap.pass.cpp42 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument
40 struct NotMoveConstructible { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/swap/
H A Dfree.swap.pass.cpp36 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument
34 struct NotMoveConstructible { global() struct
H A Dmember.swap.pass.cpp48 NotMoveConstructible(NotMoveConstructible&&) = delete; in swap() argument
46 struct NotMoveConstructible { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/assign/
H A Dassign.unexpected.move.pass.cpp36 struct NotMoveConstructible { global() struct
H A Dassign.move.pass.cpp43 struct NotMoveConstructible { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/assign/
H A Dassign.move.pass.cpp35 struct NotMoveConstructible { global() struct
H A Dassign.unexpected.move.pass.cpp36 struct NotMoveConstructible { global() struct