Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp27 struct NotCopyConstructible { struct
29 constexpr explicit NotCopyConstructible(int i) : x(i) { } in NotCopyConstructible() function
32 constexpr bool operator==(NotCopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dproperties.compile.pass.cpp24 struct NotCopyConstructible { struct
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dcopy.verify.cpp18 struct NotCopyConstructible struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/assign/
H A Dassign.unexpected.copy.pass.cpp34 struct NotCopyConstructible { global() struct
H A Dassign.copy.pass.cpp31 struct NotCopyConstructible { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/assign/
H A Dassign.unexpected.copy.pass.cpp36 struct NotCopyConstructible { global() struct
H A Dassign.U.pass.cpp37 struct NotCopyConstructible { global() struct
H A Dassign.copy.pass.cpp40 struct NotCopyConstructible { global() struct