Searched refs:_CommonType (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__mdspan/ |
| H A D | layout_stride.h | 103 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 D | layout_right.h | 120 …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 D | layout_left.h | 121 …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 D | extents.h | 424 using _CommonType = common_type_t<index_type, _OtherIndexType>; 425 … if (static_cast<_CommonType>(__lhs.extent(__r)) != static_cast<_CommonType>(__rhs.extent(__r))) {
|
| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sample.h | 96 using _CommonType = typename common_type<_Distance, _Difference>::type; in __sample() local 99 …std::move(__first), std::move(__last), std::move(__output_iter), _CommonType(__n), __g, _PopIterCa… in __sample()
|