Home
last modified time | relevance | path

Searched defs:Uncopyable (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.auto.deduct/
H A Dp2.cpp77 constexpr struct Uncopyable { struct
78 constexpr explicit Uncopyable(int) {} in Uncopyable() function
/llvm-project/clang/test/SemaCXX/
H A Dundefined-internal.cpp128 struct Uncopyable { struct
129 Uncopyable() {} in Uncopyable() argument
134 void f(const Uncopyable&) {} in f()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_copy.pass.cpp74 struct Uncopyable { struct
/llvm-project/llvm/unittests/ADT/
H A DFunctionExtrasTest.cpp176 unique_function<void(const Uncopyable &)> UncopyableF = in TEST() argument
171 struct Uncopyable { TEST() struct