Home
last modified time | relevance | path

Searched defs:NonMovable (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/
H A Drange.concept.compile.pass.cpp62 struct NonMovable { struct
63 NonMovable(int) {} in NonMovable() function
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Derror_or.mandates.verify.cpp26 struct NonMovable { struct
27 NonMovable(int) {} in NonMovable() argument
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/
H A Derror_or.mandates.verify.cpp26 struct NonMovable { struct
27 NonMovable(int) {} in NonMovable() function
H A Dvalue_or.mandates.verify.cpp27 struct NonMovable { struct
28 NonMovable(int) {} in NonMovable() argument
/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Demplace_from.pass.cpp26 struct NonMovable { struct
28 NonMovable() = default; argument
29 constexpr explicit NonMovable(int v) : value(v) { } in NonMovable() argument
H A Demplace.pass.cpp26 struct NonMovable { struct
28 NonMovable() = default; argument
29 constexpr explicit NonMovable(int v) : value(v) { } in NonMovable() function
/llvm-project/libcxx/test/std/utilities/expected/expected.void/monadic/
H A Dand_then.pass.cpp30 struct NonMovable { struct
31 constexpr NonMovable(int) {} in NonMovable() argument
/llvm-project/libcxx/test/support/type_classification/
H A Dmoveconstructible.h63 struct NonMovable { struct
66 NonMovable& operator=(NonMovable&&) = delete; argument
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
H A Dranges.count.pass.cpp211 NonMovable(NonMovable&&) = delete; in test() argument
212 constexpr NonMovable(int i_) : i(i_) {} in test() argument
208 struct NonMovable { test() struct
[all...]
H A Dranges.count_if.pass.cpp230 struct NonMovable { in test() struct
233 constexpr NonMovable(int i_) : i(i_) {} in test() function
234 int i; in test()
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dand_then.pass.cpp144 struct NonMovable { struct
145 constexpr NonMovable(int) {} in NonMovable() argument
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dor_else.pass.cpp20 struct NonMovable { struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/
H A Dctor.move.pass.cpp30 struct NonMovable { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.move.pass.cpp37 struct NonMovable { global() struct
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dtypes.h50 struct NonMovable { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-const-or-ref-data-members.cpp249 struct NonMovable struct
[all...]