Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan131 static constexpr bool is_strided() noexcept { return true; }
185 static constexpr bool is_strided() noexcept { return true; }
241 static constexpr bool is_strided() noexcept { return true; }
353 constexpr bool is_strided() const
354 { return map_.is_strided(); }
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h257 _LIBCPP_HIDE_FROM_ABI constexpr bool is_strided() const { return __map_.is_strided(); }; in is_strided() function
H A Dlayout_left.h172 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_strided() noexcept { return true; } in is_strided() function
H A Dlayout_right.h169 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_strided() noexcept { return true; } in is_strided() function
H A Dlayout_stride.h328 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_strided() noexcept { return true; } in is_strided() function