/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/ |
H A D | range.concept.compile.pass.cpp | 62 struct NonMovable { struct 63 NonMovable(int) {} in NonMovable() function
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/ |
H A D | error_or.mandates.verify.cpp | 26 struct NonMovable { struct 27 NonMovable(int) {} in NonMovable() argument
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/ |
H A D | error_or.mandates.verify.cpp | 26 struct NonMovable { struct 27 NonMovable(int) {} in NonMovable() function
|
H A D | value_or.mandates.verify.cpp | 27 struct NonMovable { struct 28 NonMovable(int) {} in NonMovable() argument
|
/llvm-project/libcxx/test/libcxx/ranges/range.nonprop.cache/ |
H A D | emplace_from.pass.cpp | 26 struct NonMovable { struct 28 NonMovable() = default; argument 29 constexpr explicit NonMovable(int v) : value(v) { } in NonMovable() argument
|
H A D | emplace.pass.cpp | 26 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 D | and_then.pass.cpp | 30 struct NonMovable { struct 31 constexpr NonMovable(int) {} in NonMovable() argument
|
/llvm-project/libcxx/test/support/type_classification/ |
H A D | moveconstructible.h | 63 struct NonMovable { struct 66 NonMovable& operator=(NonMovable&&) = delete; argument
|
/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ |
H A D | ranges.count.pass.cpp | 211 NonMovable(NonMovable&&) = delete; in test() argument 212 constexpr NonMovable(int i_) : i(i_) {} in test() argument 208 struct NonMovable { test() struct [all...] |
H A D | ranges.count_if.pass.cpp | 230 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 D | and_then.pass.cpp | 144 struct NonMovable { struct 145 constexpr NonMovable(int) {} in NonMovable() argument
|
/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/ |
H A D | or_else.pass.cpp | 20 struct NonMovable { struct
|
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/ |
H A D | ctor.move.pass.cpp | 30 struct NonMovable { global() struct
|
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/ |
H A D | ctor.move.pass.cpp | 37 struct NonMovable { global() struct
|
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | types.h | 50 struct NonMovable { struct
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | avoid-const-or-ref-data-members.cpp | 249 struct NonMovable struct [all...] |