Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan130 static constexpr bool is_exhaustive() noexcept { return true; }
184 static constexpr bool is_exhaustive() noexcept { return true; }
240 constexpr bool is_exhaustive() const noexcept;
351 constexpr bool is_exhaustive() const
352 { return map_.is_exhaustive(); }
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h256 _LIBCPP_HIDE_FROM_ABI constexpr bool is_exhaustive() const { return __map_.is_exhaustive(); }; in is_exhaustive() function
H A Dlayout_left.h171 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_exhaustive() noexcept { return true; } in is_exhaustive() function
H A Dlayout_right.h168 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_exhaustive() noexcept { return true; } in is_exhaustive() function
H A Dlayout_stride.h303 _LIBCPP_HIDE_FROM_ABI constexpr bool is_exhaustive() const noexcept { in is_exhaustive() function