Home
last modified time | relevance | path

Searched defs:is_always_strided (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__mdspan/
H A Dlayout_stride.h219 requires(__mdspan_detail::__layout_mapping_alike<_StridedLayoutMapping> && is_constructible_v<extents_type,typename _StridedLayoutMapping::extents_type> && _StridedLayoutMapping::is_always_unique ()&& _StridedLayoutMapping::is_always_strided ()) requires() argument
296 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } is_always_strided() function
H A Dlayout_right.h165 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } is_always_strided() function
H A Dlayout_left.h168 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } is_always_strided() function
H A Dmdspan.h251 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { is_always_strided() function
/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DCustomTestLayouts.h144 static constexpr bool is_always_strided() noexcept { return false; } is_always_strided() function
297 static constexpr bool is_always_strided() noexcept { return true; } is_always_strided() function