Home
last modified time | relevance | path

Searched defs:mapping_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h82 using mapping_type = typename layout_type::template mapping<extents_type>; variable
149 …requires(is_constructible_v<mapping_type, const typename _OtherLayoutPolicy::template mapping<_Oth… in requires()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h226 addr_is_type(uptr addr,MappingDesc::Type mapping_type) addr_is_type() argument