Home
last modified time | relevance | path

Searched refs:_CommonType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h103 using _CommonType = common_type_t<index_type, _OtherIndexType>; in __required_span_size_is_representable() local
104 …if (static_cast<_CommonType>(__strides[__r]) > static_cast<_CommonType>(numeric_limits<index_type>… in __required_span_size_is_representable()
348 using _CommonType = common_type_t<index_type, typename _OtherMapping::index_type>;
349 …return ((static_cast<_CommonType>(__lhs.stride(_Pos)) == static_cast<_CommonType>(__rhs.stride(_Po…
H A Dlayout_left.h121 …using _CommonType = common_type_t<typename extents_type::index_type, typename _OtherExtents::index… in requires()
123 … if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r))) in requires()
H A Dlayout_right.h120 …using _CommonType = common_type_t<typename extents_type::index_type, typename _OtherExtents::index… in requires()
122 … if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r))) in requires()
H A Dextents.h424 using _CommonType = common_type_t<index_type, _OtherIndexType>;
425 … if (static_cast<_CommonType>(__lhs.extent(__r)) != static_cast<_CommonType>(__rhs.extent(__r))) {
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsample.h96 using _CommonType = typename common_type<_Distance, _Difference>::type; in sample()
99 std::move(__first), std::move(__last), std::move(__output_iter), _CommonType(__n), __g, _PopIterCategory()); in sample()
84 using _CommonType = typename common_type<_Distance, _Difference>::type; __sample() local