Home
last modified time | relevance | path

Searched refs:is_constructible_v (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h576 requires is_constructible_v<_Tp, _Args...>
920 requires is_constructible_v<_Err, _Err&>
946 requires is_constructible_v<_Err, _Err&&>
974 requires is_constructible_v<_Tp, _Tp&>
1000 requires is_constructible_v<_Tp, _Tp&&>
1028 requires is_constructible_v<_Err, _Err&>
1060 requires is_constructible_v<_Err, _Err&&>
1092 requires is_constructible_v<_Tp, _Tp&>
1116 requires is_constructible_v<_Tp, _Tp&&>
1647 requires is_constructible_v<_Err, _Err&>
[all …]
H A Dunexpected.h72 is_constructible_v<_Err, _Error>)
78 requires is_constructible_v<_Err, _Args...>
84 requires is_constructible_v<_Err, initializer_list<_Up>&, _Args...>
/freebsd-14.2/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h116is_constructible_v<mapping_type, extents_type> && is_default_constructible_v<accessor_type>)
123 …((_Size == rank()) || (_Size == rank_dynamic())) && is_constructible_v<mapping_type, extents_type>…
132 …((_Size == rank()) || (_Size == rank_dynamic())) && is_constructible_v<mapping_type, extents_type>…
139 …requires(is_default_constructible_v<accessor_type> && is_constructible_v<mapping_type, const exten… in mdspan()
150 …requires(is_constructible_v<mapping_type, const typename _OtherLayoutPolicy::template mapping<_Oth… in requires()
151 is_constructible_v<accessor_type, const _OtherAccessor&>) in requires()
157 …static_assert(is_constructible_v<data_handle_type, const typename _OtherAccessor::data_handle_type… in requires()
160is_constructible_v<extents_type, _OtherExtents>, "mdspan: incompatible extents for mdspan construc… in requires()
H A Dlayout_left.h86 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
98 requires(is_constructible_v<extents_type, _OtherExtents> && _OtherExtents::rank() <= 1)
114 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
H A Dlayout_right.h85 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
97 requires(is_constructible_v<extents_type, _OtherExtents> && _OtherExtents::rank() <= 1)
113 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
H A Dlayout_stride.h220 is_constructible_v<extents_type, typename _StridedLayoutMapping::extents_type> && in requires()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dbind_front.h46 requires is_constructible_v<decay_t<_Fn>, _Fn> && is_move_constructible_v<decay_t<_Fn>> &&
47 …(is_constructible_v<decay_t<_Args>, _Args> && ...) && (is_move_constructible_v<decay_t<_Args>> && …
H A Dbind_back.h54 requires is_constructible_v<decay_t<_Fn>, _Fn> && is_move_constructible_v<decay_t<_Fn>> &&
55 …(is_constructible_v<decay_t<_Args>, _Args> && ...) && (is_move_constructible_v<decay_t<_Args>> && …
H A Dnot_fn.h45 …class = enable_if_t< is_constructible_v<decay_t<_Fn>, _Fn> && is_move_constructible_v<decay_t<_Fn>…
H A Dperfect_forward.h43 …template <class... _Args, class = enable_if_t< is_constructible_v<tuple<_BoundArgs...>, _Args&&...…
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h52 static_assert(is_constructible_v<decay_t<_Fun>, _Fun>); in jthread()
53 static_assert((is_constructible_v<decay_t<_Args>, _Args> && ...)); in jthread()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_constructible.h26 inline constexpr bool is_constructible_v = __is_constructible(_Tp, _Args...); variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/
H A Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h46 …if constexpr (!uses_allocator_v<remove_cv_t<_Type>, _Alloc> && is_constructible_v<_Type, _Args...>… in __uses_allocator_construction_args()
49 is_constructible_v<_Type, allocator_arg_t, const _Alloc&, _Args...>) { in __uses_allocator_construction_args()
52 is_constructible_v<_Type, _Args..., const _Alloc&>) { in __uses_allocator_construction_args()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h63 requires is_constructible_v<_Tp, _Args...>
192 requires is_constructible_v<_Tp, _Args...>
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dvariant1186 enable_if_t<is_constructible_v<_Tp, _Arg>, int> = 0>
1194 enable_if_t<is_constructible_v<_Tp, _Args...>, int> = 0>
1204 enable_if_t<is_constructible_v<_Tp, initializer_list<_Up>&, _Args...>, int> = 0>
1214 enable_if_t<is_constructible_v<_Tp, _Args...>, int> = 0>
1223 enable_if_t<is_constructible_v<_Tp, initializer_list<_Up>&, _Args...>, int> = 0>
1239 enable_if_t<is_assignable_v<_Tp&, _Arg> && is_constructible_v<_Tp, _Arg>, int> = 0>
1250 enable_if_t<is_constructible_v<_Tp, _Args...>, int> = 0>
1260 enable_if_t<is_constructible_v<_Tp, initializer_list<_Up>&, _Args...>, int> = 0>
1268 enable_if_t<is_constructible_v<_Tp, _Args...>, int> = 0>
1277 enable_if_t<is_constructible_v<_Tp, initializer_list<_Up>&, _Args...>, int> = 0>
H A Doptional604 return is_constructible_v<_Tp, _Up&&> && is_convertible_v<_Up&&, _Tp>;
609 return is_constructible_v<_Tp, _Up&&> && !is_convertible_v<_Up&&, _Tp>;
680 class = enable_if_t< is_constructible_v<value_type, initializer_list<_Up>&, _Args...>> >
757 template <class... _Args, class = enable_if_t< is_constructible_v<value_type, _Args...> > >
766 … class = enable_if_t< is_constructible_v<value_type, initializer_list<_Up>&, _Args...> > >
H A Darray483 …static_assert(is_constructible_v<_Tp, _Tp&>, "[array.creation]/1: to_array requires copy construct…
H A Dtype_traits320 template <class T, class... Args> inline constexpr bool is_constructible_v
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dmove_iterator.h126 requires is_constructible_v<_Iter>
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc239 using std::is_constructible_v;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h271 is_constructible_v<first_type, decltype(std::get<0>(std::declval<_PairLike &&>()))> &&
272 is_constructible_v<second_type, decltype(std::get<1>(std::declval<_PairLike &&>()))>)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h594 std::is_pointer_v<T> || std::is_constructible_v<T, std::nullptr_t>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1632 SYMBOL(is_constructible_v, std::, <type_traits>)