Home
last modified time | relevance | path

Searched refs:is_copy_constructible (Results 1 – 25 of 202) sorted by relevance

123456789

/external/llvm-project/libcxx/test/std/containers/sequences/array/array.cons/
Dimplicit_copy.pass.cpp48 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
55 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
63 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
71 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
79 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
86 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
96 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
103 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
110 static_assert(std::is_copy_constructible<Array>::value, ""); in tests()
/external/libcxx/test/std/containers/sequences/array/array.cons/
Dimplicit_copy.pass.cpp43 static_assert(std::is_copy_constructible<C>::value, ""); in main()
52 static_assert(std::is_copy_constructible<C>::value, ""); in main()
61 static_assert(std::is_copy_constructible<C>::value, ""); in main()
71 static_assert(std::is_copy_constructible<C>::value, ""); in main()
80 static_assert(std::is_copy_constructible<C>::value, ""); in main()
89 static_assert(std::is_copy_constructible<C>::value, ""); in main()
/external/llvm-project/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
Dtrivial_copy_move_ABI.pass.cpp36 && (!std::is_copy_constructible<T>::value || std::is_trivially_copy_constructible<T>::value)
85 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
97 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
105 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
113 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
121 static_assert(!std::is_copy_constructible<P>::value, ""); in test_trivial()
129 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
137 static_assert(!std::is_copy_constructible<P>::value, ""); in test_trivial()
Dnon_trivial_copy_move_ABI.pass.cpp41 || (std::is_copy_constructible<T>::value && !std::is_trivially_copy_constructible<T>::value)
90 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
102 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
110 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
118 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
126 static_assert(!std::is_copy_constructible<P>::value, ""); in test_trivial()
134 static_assert(std::is_copy_constructible<P>::value, ""); in test_trivial()
142 static_assert(!std::is_copy_constructible<P>::value, ""); in test_trivial()
/external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
Dtrivial_copy_move_ABI.pass.cpp39 && (!std::is_copy_constructible<T>::value || std::is_trivially_copy_constructible<T>::value)
88 static_assert(std::is_copy_constructible<P>::value, ""); in main()
100 static_assert(std::is_copy_constructible<P>::value, ""); in main()
108 static_assert(std::is_copy_constructible<P>::value, ""); in main()
116 static_assert(std::is_copy_constructible<P>::value, ""); in main()
124 static_assert(!std::is_copy_constructible<P>::value, ""); in main()
132 static_assert(std::is_copy_constructible<P>::value, ""); in main()
140 static_assert(!std::is_copy_constructible<P>::value, ""); in main()
Dnon_trivial_copy_move_ABI.pass.cpp44 || (std::is_copy_constructible<T>::value && !std::is_trivially_copy_constructible<T>::value)
93 static_assert(std::is_copy_constructible<P>::value, ""); in main()
105 static_assert(std::is_copy_constructible<P>::value, ""); in main()
113 static_assert(std::is_copy_constructible<P>::value, ""); in main()
121 static_assert(std::is_copy_constructible<P>::value, ""); in main()
129 static_assert(!std::is_copy_constructible<P>::value, ""); in main()
137 static_assert(std::is_copy_constructible<P>::value, ""); in main()
145 static_assert(!std::is_copy_constructible<P>::value, ""); in main()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dcopy.pass.cpp63 static_assert(std::is_copy_constructible<NTCopy>::value, "");
114 static_assert(std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
118 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
122 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
126 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
138 static_assert(std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dcopy.pass.cpp60 static_assert(std::is_copy_constructible<NTCopy>::value, "");
111 static_assert(std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
115 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
119 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
123 static_assert(!std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
135 static_assert(std::is_copy_constructible<V>::value, ""); in test_copy_ctor_sfinae()
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dtrivial_copy_move.pass.cpp34 static_assert(std::is_copy_constructible<P>::value, ""); in main()
48 static_assert(!std::is_copy_constructible<P1>::value, ""); in main()
Dspecial_member_generation_test.pass.cpp36 static_assert(std::is_copy_constructible<P1>::value == CanCopy, ""); in test()
38 static_assert(std::is_copy_constructible<P2>::value == CanCopy, ""); in test()
/external/llvm-project/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dtrivial_copy_move.pass.cpp30 static_assert(std::is_copy_constructible<P>::value, ""); in main()
44 static_assert(!std::is_copy_constructible<P1>::value, ""); in main()
Dspecial_member_generation_test.pass.cpp37 static_assert(std::is_copy_constructible<P1>::value == CanCopy, ""); in test()
39 static_assert(std::is_copy_constructible<P2>::value == CanCopy, ""); in test()
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_copy_constructible.pass.cpp19 static_assert( std::is_copy_constructible<T>::value, ""); in test_is_copy_constructible()
28 static_assert(!std::is_copy_constructible<T>::value, ""); in test_is_not_copy_constructible()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_copy_constructible.pass.cpp20 static_assert( std::is_copy_constructible<T>::value, ""); in test_is_copy_constructible()
29 static_assert(!std::is_copy_constructible<T>::value, ""); in test_is_not_copy_constructible()
/external/angle/third_party/abseil-cpp/absl/types/
Dany.h231 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
238 std::is_copy_constructible<VT>,
250 absl::conjunction<std::is_copy_constructible<VT>,
277 std::is_copy_constructible<VT>>::value>* = nullptr>
298 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
321 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/webrtc/third_party/abseil-cpp/absl/types/
Dany.h250 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
257 std::is_copy_constructible<VT>,
269 absl::conjunction<std::is_copy_constructible<VT>,
296 std::is_copy_constructible<VT>>::value>* = nullptr>
317 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
340 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/openscreen/third_party/abseil/src/absl/types/
Dany.h231 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
238 std::is_copy_constructible<VT>,
250 absl::conjunction<std::is_copy_constructible<VT>,
277 std::is_copy_constructible<VT>>::value>* = nullptr>
298 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
321 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/abseil-cpp/absl/types/
Dany.h250 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
257 std::is_copy_constructible<VT>,
269 absl::conjunction<std::is_copy_constructible<VT>,
296 std::is_copy_constructible<VT>>::value>* = nullptr>
317 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
340 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany.h231 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
238 std::is_copy_constructible<VT>,
250 absl::conjunction<std::is_copy_constructible<VT>,
277 std::is_copy_constructible<VT>>::value>* = nullptr>
298 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
321 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/libtextclassifier/abseil-cpp/absl/types/
Dany.h231 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr>
238 std::is_copy_constructible<VT>,
250 absl::conjunction<std::is_copy_constructible<VT>,
277 std::is_copy_constructible<VT>>::value>* = nullptr>
298 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
321 absl::enable_if_t<std::is_copy_constructible<VT>::value &&
/external/llvm-project/llvm/include/llvm/Support/
Dtype_traits.h99 : std::is_copy_constructible<
144 std::is_copy_constructible<detail::trivial_helper<T>>::value;
146 !std::is_copy_constructible<T>::value;
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR23256_constrain_UTypes_ctor.pass.cpp66 static_assert(std::is_copy_constructible<std::tuple<A>>::value, ""); in main()
68 static_assert(std::is_copy_constructible<std::tuple<ExplicitA>>::value, ""); in main()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
DPR23256_constrain_UTypes_ctor.pass.cpp65 static_assert(std::is_copy_constructible<std::tuple<A>>::value, ""); in main()
67 static_assert(std::is_copy_constructible<std::tuple<ExplicitA>>::value, ""); in main()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dtype_traits.h100 : std::is_copy_constructible<
145 std::is_copy_constructible<detail::trivial_helper<T>>::value;
147 !std::is_copy_constructible<T>::value;
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_copy.pass.cpp29 static_assert(!std::is_copy_constructible<Myconv>::value, ""); in main()

123456789