Searched refs:is_always_strided (Results 1 – 5 of 5) sorted by relevance
55 { _Mapping::is_always_strided() } -> same_as<bool>;58 bool_constant<_Mapping::is_always_strided()>::value;221 … _StridedLayoutMapping::is_always_unique() && _StridedLayoutMapping::is_always_strided()) in requires()296 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function339 (_OtherMapping::extents_type::rank() == __rank_) && _OtherMapping::is_always_strided())
251 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { in is_always_strided() function252 return mapping_type::is_always_strided(); in is_always_strided()
168 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
165 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
127 static constexpr bool is_always_strided() noexcept { return true; }181 static constexpr bool is_always_strided() noexcept { return true; }237 static constexpr bool is_always_strided() noexcept { return true; }346 static constexpr bool is_always_strided() noexcept347 { return mapping_type::is_always_strided(); }