Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.permutable/
H A Dpermutable.compile.pass.cpp30 struct NonCopyable { struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport-pr22591.cpp10 struct NonCopyable { struct
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/utilities/function.objects/func.invoke/
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() function
81 int& foo(NonCopyable&&) { in foo() argument
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp54 class NonCopyable { class
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.convertible/
H A Dconvertible_to.pass.cpp98 class NonCopyable { class
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DMapVectorTest.cpp150 TEST(MapVectorTest, NonCopyable) { in TEST() argument
307 TEST(SmallMapVectorSmallTest, NonCopyable) { in TEST() argument
H A DSmallVectorTest.cpp160 struct NonCopyable { struct
161 NonCopyable() {} in NonCopyable() argument
162 NonCopyable(NonCopyable &&) {} in NonCopyable() function
163 NonCopyable &operator=(NonCopyable &&) { return *this; } in operator =()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcopy-constructor-init.cpp3 class NonCopyable { class
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp68 class NonCopyable { class