Home
last modified time | relevance | path

Searched refs:DerivedFromNonMovable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/type_classification/
H A Dmoveconstructible.h68 struct DerivedFromNonMovable : NonMovable {}; struct
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.moveconstructible/
H A Dmove_constructible.compile.pass.cpp77 static_assert(!std::move_constructible<DerivedFromNonMovable>);
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.object/
H A Dmovable.compile.pass.cpp101 static_assert(!std::movable<DerivedFromNonMovable>);
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable_with.compile.pass.cpp643 !check_swappable_with<DerivedFromNonMovable, DerivedFromNonMovable>());
H A Dswappable.pass.cpp224 static_assert(!std::swappable<DerivedFromNonMovable>);