Home
last modified time | relevance | path

Searched refs:ImplicitlyDeletedMoveCtor (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.moveconstructible/
H A Dmove_constructible.compile.pass.cpp55 static_assert(!std::move_constructible<ImplicitlyDeletedMoveCtor>);
63 static_assert(std::move_constructible<ImplicitlyDeletedMoveCtor&>);
64 static_assert(std::move_constructible<ImplicitlyDeletedMoveCtor&&>);
65 static_assert(std::move_constructible<const ImplicitlyDeletedMoveCtor&>);
66 static_assert(std::move_constructible<const ImplicitlyDeletedMoveCtor&&>);
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp49 static_assert(!std::copy_constructible<ImplicitlyDeletedMoveCtor>);
55 static_assert(std::copy_constructible<ImplicitlyDeletedMoveCtor&>);
56 static_assert(std::copy_constructible<const ImplicitlyDeletedMoveCtor&>);
74 static_assert(!std::copy_constructible<ImplicitlyDeletedMoveCtor&&>);
75 static_assert(!std::copy_constructible<const ImplicitlyDeletedMoveCtor&&>);
/llvm-project-15.0.7/libcxx/test/support/type_classification/
H A Dmoveconstructible.h34 struct ImplicitlyDeletedMoveCtor { struct
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.object/
H A Dmovable.compile.pass.cpp97 static_assert(!std::movable<ImplicitlyDeletedMoveCtor>);
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable_with.compile.pass.cpp636 static_assert(!check_swappable_with<ImplicitlyDeletedMoveCtor,
637 ImplicitlyDeletedMoveCtor>());
H A Dswappable.pass.cpp220 static_assert(!std::swappable<ImplicitlyDeletedMoveCtor>);