Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan99 using layout_type = layout_left;
153 using layout_type = layout_right;
207 using layout_type = layout_stride;
280 using layout_type = LayoutPolicy;
282 using mapping_type = typename layout_type::template mapping<extents_type>;
398 typename MappingType::layout_type>;
404 typename MappingType::layout_type, AccessorType>;
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dmdspan.h80 using layout_type = _LayoutPolicy; variable
82 using mapping_type = typename layout_type::template mapping<extents_type>;
304 … -> mdspan<_ElementType, typename _MappingType::extents_type, typename _MappingType::layout_type>;
310 typename _MappingType::layout_type,
H A Dlayout_stride.h53 requires __is_mapping_of<typename _Mapping::layout_type, _Mapping>;
74 using layout_type = layout_stride; variable
H A Dlayout_left.h54 using layout_type = layout_left; variable
H A Dlayout_right.h53 using layout_type = layout_right; variable