Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/type_classification/
H A Dcopyable.h54 struct volatile_copy_assignment { struct
55 volatile_copy_assignment() = default;
57 volatile_copy_assignment(volatile_copy_assignment volatile&);
58 volatile_copy_assignment(volatile_copy_assignment volatile&&);
60 volatile_copy_assignment& operator=(volatile_copy_assignment&&); argument
61 volatile_copy_assignment volatile&
62 operator=(volatile_copy_assignment const&) volatile; argument
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.object/
H A Dcopyable.compile.pass.cpp96 static_assert(!std::copyable<volatile_copy_assignment volatile>);
H A Dsemiregular.compile.pass.cpp96 static_assert(!std::semiregular<volatile_copy_assignment volatile>);
H A Dregular.compile.pass.cpp130 static_assert(!std::regular<volatile_copy_assignment volatile>);