Home
last modified time | relevance | path

Searched defs:NoCopy (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Din_place_type.pass.cpp144 struct NoCopy { in test_ctor_sfinae() struct
147 NoCopy(int) {} in test_ctor_sfinae() argument
148 NoCopy(std::initializer_list<int>, int) {} in test_ctor_sfinae() function
H A Dvalue.pass.cpp132 struct NoCopy { in test_sfinae_constraints() struct
135 NoCopy(int) {} in test_sfinae_constraints() function
/llvm-project/libcxx/test/std/utilities/any/any.class/any.modifiers/
H A Demplace.pass.cpp250 struct NoCopy { in test_emplace_sfinae_constraints() struct
253 NoCopy(int) {} in test_emplace_sfinae_constraints() argument
254 NoCopy(std::initializer_list<int>, int, int) {} in test_emplace_sfinae_constraints() argument
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp79 struct NoCopy { struct
81 NoCopy(const NoCopy&) { assert(false); } in NoCopy() argument
82 int operator()(const NoCopy&&) { return 1; } in operator ()() argument
H A Dand_then.pass.cpp135 struct NoCopy { struct
137 NoCopy(const NoCopy&) { assert(false); } in NoCopy() argument
138 std::optional<int> operator()(const NoCopy&&) { return 1; } in operator ()() argument
/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dassign.pair_like_rv_const.pass.cpp101 struct NoCopy { in test() struct
106 constexpr NoCopy const& operator=(NoCopy&&) const { return *this; } in test()
H A Dassign.pair_like_rv.pass.cpp91 struct NoCopy { in test() struct
H A Dctor.pair_like.pass.cpp107 struct NoCopy { test() struct
[all...]
/llvm-project/clang/test/CodeGen/
H A Dattr-noundef.cpp23 struct NoCopy { struct
55 union NoCopy { union
24 acheck_structs::NoCopy global() argument
[all...]
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp10 struct NoCopy { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dspecial-member-functions-relaxed.cpp86 struct NoCopy struct
/llvm-project/libcxx/test/std/utilities/any/any.class/any.assign/
H A Dvalue.pass.cpp184 struct NoCopy { in test_sfinae_constraints() struct
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp99 constexpr bool NoCopy = false; convert() local
/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_pointer.pass.cpp140 struct NoCopy { NoCopy(NoCopy const&) = delete; }; in test_cast_non_copyable_type() struct
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp31 struct NoCopy { struct
H A Dmove.pass.cpp29 struct NoCopy { struct
/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp202 struct NoCopy { in g() struct
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dmove.pass.cpp26 struct NoCopy { struct
H A Dcopy.pass.cpp24 struct NoCopy { struct
/llvm-project/clang/test/SemaCXX/
H A Dlambda-expressions.cpp406 struct NoCopy { global() struct
H A Dcoroutines.cpp1065 struct NoCopy { global() struct