Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h79 using layout_type = _LayoutPolicy; variable
81 using mapping_type = typename layout_type::template mapping<extents_type>;
303 … -> mdspan<_ElementType, typename _MappingType::extents_type, typename _MappingType::layout_type>;
309 typename _MappingType::layout_type,
H A Dlayout_stride.h57 requires __is_mapping_of<typename _Mapping::layout_type, _Mapping>;
78 using layout_type = layout_stride; variable
H A Dlayout_right.h53 using layout_type = layout_right; variable
H A Dlayout_left.h53 using layout_type = layout_left; variable
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan103 using layout_type = layout_left;
157 using layout_type = layout_right;
211 using layout_type = layout_stride;
316 using layout_type = LayoutPolicy;
318 using mapping_type = typename layout_type::template mapping<extents_type>;
434 typename MappingType::layout_type>;
440 typename MappingType::layout_type, AccessorType>;