| /freebsd-14.2/contrib/llvm-project/libcxx/include/__expected/ |
| H A D | expected.h | 576 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 D | unexpected.h | 72 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 D | mdspan.h | 116 … is_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() 160 …is_constructible_v<extents_type, _OtherExtents>, "mdspan: incompatible extents for mdspan construc… in requires()
|
| H A D | layout_left.h | 86 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 D | layout_right.h | 85 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 D | layout_stride.h | 220 is_constructible_v<extents_type, typename _StridedLayoutMapping::extents_type> && in requires()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | bind_front.h | 46 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 D | bind_back.h | 54 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 D | not_fn.h | 45 …class = enable_if_t< is_constructible_v<decay_t<_Fn>, _Fn> && is_move_constructible_v<decay_t<_Fn>…
|
| H A D | perfect_forward.h | 43 …template <class... _Args, class = enable_if_t< is_constructible_v<tuple<_BoundArgs...>, _Args&&...…
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | jthread.h | 52 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 D | is_constructible.h | 26 inline constexpr bool is_constructible_v = __is_constructible(_Tp, _Args...); variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | constructible.h | 27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uses_allocator_construction.h | 46 …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 D | movable_box.h | 63 requires is_constructible_v<_Tp, _Args...> 192 requires is_constructible_v<_Tp, _Args...>
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | variant | 1186 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 D | optional | 604 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 D | array | 483 …static_assert(is_constructible_v<_Tp, _Tp&>, "[array.creation]/1: to_array requires copy construct…
|
| H A D | type_traits | 320 template <class T, class... Args> inline constexpr bool is_constructible_v
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | move_iterator.h | 126 requires is_constructible_v<_Iter>
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | type_traits.inc | 239 using std::is_constructible_v;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 271 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 D | Casting.h | 594 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 D | StdSymbolMap.inc | 1632 SYMBOL(is_constructible_v, std::, <type_traits>)
|