Home
last modified time | relevance | path

Searched defs:NonCopyable (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Derror_or.mandates.verify.cpp21 struct NonCopyable { struct
22 NonCopyable(int) {} in NonCopyable() function
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/
H A Derror_or.mandates.verify.cpp21 struct NonCopyable { struct
22 NonCopyable(int) {} in NonCopyable() function
H A Dvalue_or.mandates.verify.cpp22 struct NonCopyable { struct
23 NonCopyable(int) {} in NonCopyable() function
/llvm-project/libcxx/test/std/utilities/expected/expected.void/monadic/
H A Dand_then.pass.cpp25 struct NonCopyable { struct
26 constexpr NonCopyable(int) {} in NonCopyable() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.invoke/
H A Dinvoke_r.pass.cpp78 struct NonCopyable { in test() struct
86 auto f = [&](NonCopyable) { was_called = true; }; in test() argument
93 auto f = [&](NonCopyable) -> int { was_called = true; return 0; }; in test() argument
H A Dinvoke_constexpr.pass.cpp52 struct NonCopyable { struct
53 constexpr NonCopyable() {} in NonCopyable() argument
79 constexpr const int& foo(NonCopyable&&) { in foo() argument
H A Dinvoke.pass.cpp51 struct NonCopyable { struct
52 NonCopyable() {} in NonCopyable() argument
81 int& foo(NonCopyable&&) { in foo() argument
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
H A Dcall_once.pass.cpp160 class NonCopyable class
165 NonCopyable(const NonCopyable&) in NonCopyable() argument
172 NonCopyable() {} in NonCopyable() function in NonCopyable
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/
H A Dpermutable.compile.pass.cpp30 struct NonCopyable { struct
/llvm-project/clang/test/SemaCXX/
H A Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp15.cpp4 class NonCopyable { class
H A Dp15-star-this-capture.cpp3 class NonCopyable { class
H A Dp14.cpp5 class NonCopyable { class
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dand_then.pass.cpp139 struct NonCopyable { struct
140 constexpr NonCopyable(int) {} in NonCopyable() argument
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dnoncopyable_return_type.pass.cpp30 struct NonCopyable { struct
33 friend bool operator==(NonCopyable, NonCopyable) { return true; } in operator ==() argument
/llvm-project/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp54 class NonCopyable { class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dspecial-member-functions-relaxed.cpp99 struct NonCopyable : NoCopy struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/
H A Dctor.copy.pass.cpp30 struct NonCopyable { global() struct
/llvm-project/libcxx/test/std/ranges/range.factories/range.repeat.view/
H A Dviews_repeat.pass.cpp25 struct NonCopyable { struct
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.convertible/
H A Dconvertible_to.pass.cpp98 class NonCopyable { class
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.copy.pass.cpp35 struct NonCopyable { global() struct
/llvm-project/llvm/unittests/ADT/
H A DMapVectorTest.cpp261 TEST(MapVectorTest, NonCopyable) { in TEST() argument
418 TEST(SmallMapVectorSmallTest, NonCopyable) { in TEST() argument
H A DSmallVectorTest.cpp160 struct NonCopyable { struct
161 NonCopyable() {} in NonCopyable() function
162 NonCopyable(NonCopyable &&) {} in NonCopyable() argument
163 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp3 class NonCopyable { class
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp68 class NonCopyable { class

12