Home
last modified time | relevance | path

Searched defs:extents_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h50 using extents_type = _Extents; variable
86 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
114 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
H A Dlayout_right.h49 using extents_type = _Extents; variable
85 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
113 requires(is_constructible_v<extents_type, _OtherExtents>) in requires()
H A Dlayout_stride.h70 using extents_type = _Extents; variable
219 requires(__mdspan_detail::__layout_mapping_alike<_StridedLayoutMapping> && in requires()