Searched refs:mapping_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | mdspan.h | 82 using mapping_type = typename layout_type::template mapping<extents_type>; variable 106 is_default_constructible_v<mapping_type> && is_default_constructible_v<accessor_type>) 115 … is_constructible_v<mapping_type, extents_type> && is_default_constructible_v<accessor_type>) 122 …((_Size == rank()) || (_Size == rank_dynamic())) && is_constructible_v<mapping_type, extents_type>… 131 …((_Size == rank()) || (_Size == rank_dynamic())) && is_constructible_v<mapping_type, extents_type>… 138 …requires(is_default_constructible_v<accessor_type> && is_constructible_v<mapping_type, const exten… in mdspan() 141 _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const mapping_type& __m) in mdspan() 145 …_LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const mapping_type& __m, const access… in mdspan() 149 …requires(is_constructible_v<mapping_type, const typename _OtherLayoutPolicy::template mapping<_Oth… in requires() argument 151 …convertible_v<const typename _OtherLayoutPolicy::template mapping<_OtherExtents>&, mapping_type> || in requires() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | mdspan | 282 using mapping_type = typename layout_type::template mapping<extents_type>; 311 constexpr mdspan(data_handle_type p, const mapping_type& m); 312 constexpr mdspan(data_handle_type p, const mapping_type& m, const accessor_type& a); 338 constexpr const mapping_type& mapping() const noexcept { return map_; } 343 { return mapping_type::is_always_unique(); } 345 { return mapping_type::is_always_exhaustive(); } 347 { return mapping_type::is_always_strided(); } 360 mapping_type map_; // exposition only
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan.h | 226 addr_is_type(uptr addr,MappingDesc::Type mapping_type) addr_is_type() argument
|