Home
last modified time | relevance | path

Searched defs:NotCopyConstructible (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp28 struct NotCopyConstructible { struct
30 constexpr explicit NotCopyConstructible(int i) : x(i) { } in NotCopyConstructible() argument
33 constexpr bool operator==(NotCopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/llvm-project-15.0.7/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dproperties.compile.pass.cpp25 struct NotCopyConstructible { struct
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.fail.cpp18 struct NotCopyConstructible struct