Home
last modified time | relevance | path

Searched defs:MoveConstructible (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.move.pass.cpp20 struct MoveConstructible { struct
22 constexpr explicit MoveConstructible(int i) : x(i) { } in MoveConstructible() argument
23 …constexpr MoveConstructible(MoveConstructible&& other) noexcept(NoexceptMove) : x(other.x) { other… in MoveConstructible() function
/llvm-project/libcxx/test/libcxx/strings/c.strings/
H A Dconstexpr_memmove.pass.cpp43 struct MoveConstructible { global() struct
47 valueMoveConstructible global() argument
[all...]
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp61 struct MoveConstructible { struct
62 explicit MoveConstructible() {} in MoveConstructible() function
63 MoveConstructible(MoveConstructible&&) {} in MoveConstructible() function
/llvm-project/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp59 struct MoveConstructible { struct
60 explicit MoveConstructible() {} in MoveConstructible() argument
61 MoveConstructible(MoveConstructible&&) {} in MoveConstructible() argument