Home
last modified time | relevance | path

Searched defs:_OtherIndexType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h126 …_LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const array<_OtherIndexType, _Size>& … in mdspan()
135 … _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, span<_OtherIndexType, _Size> __exts) in mdspan()
199 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires()
200 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
208 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires()
209 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
H A Dlayout_stride.h95 …__required_span_size_is_representable(const extents_type& __ext, span<_OtherIndexType, __rank_> __… in __required_span_size_is_representable()
173 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires()
174 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()
212 requires(is_convertible_v<const _OtherIndexType&, index_type> && in requires()
213 is_nothrow_constructible_v<index_type, const _OtherIndexType&>) in requires()