Home
last modified time | relevance | path

Searched refs:__required_span_size_is_representable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h57 …_LIBCPP_HIDE_FROM_ABI static constexpr bool __required_span_size_is_representable(const extents_ty… in __required_span_size_is_representable() function
70 …static_assert((extents_type::rank_dynamic() > 0) || __required_span_size_is_representable(extents_…
81 __required_span_size_is_representable(__ext), in mapping()
H A Dlayout_right.h56 …_LIBCPP_HIDE_FROM_ABI static constexpr bool __required_span_size_is_representable(const extents_ty… in __required_span_size_is_representable() function
69 …static_assert((extents_type::rank_dynamic() > 0) || __required_span_size_is_representable(extents_…
80 __required_span_size_is_representable(__ext), in mapping()
H A Dlayout_stride.h80 …_LIBCPP_HIDE_FROM_ABI static constexpr bool __required_span_size_is_representable(const extents_ty… in __required_span_size_is_representable() function
95__required_span_size_is_representable(const extents_type& __ext, span<_OtherIndexType, __rank_> __… in __required_span_size_is_representable() function
152 …static_assert((extents_type::rank_dynamic() > 0) || __required_span_size_is_representable(extents_…
191 __required_span_size_is_representable(__ext, __strides),