Home
last modified time | relevance | path

Searched defs:is_strided (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_right.h169 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_strided() noexcept { return true; } 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_stride.h328 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_strided() noexcept { return true; } in is_strided() function
H A Dmdspan.h258 _LIBCPP_HIDE_FROM_ABI constexpr bool is_strided() const { return __map_.is_strided(); }; is_strided() function