Home
last modified time | relevance | path

Searched refs:aligned_accessor (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Daligned_accessor.h41 struct aligned_accessor { struct
55 _LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor() noexcept = default; argument
59 …_LIBCPP_HIDE_FROM_ABI constexpr aligned_accessor(aligned_accessor<_OtherElementType, _OtherByteAli… in aligned_accessor() function
63 …_LIBCPP_HIDE_FROM_ABI explicit constexpr aligned_accessor(default_accessor<_OtherElementType>) noe… in requires() argument
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmdspan.inc32 // [mdspan.accessor.aligned], class template aligned_accessor
33 using std::aligned_accessor;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan36 // [mdspan.accessor.aligned], class template aligned_accessor
38 class aligned_accessor; // since C++26
276 // aligned_accessor synopsis
280 struct aligned_accessor {
288 constexpr aligned_accessor() noexcept = default;
291 constexpr aligned_accessor(
292 aligned_accessor<OtherElementType, OtherByteAlignment>) noexcept;
295 explicit constexpr aligned_accessor(
H A Dmodule.modulemap.in1617 module aligned_accessor { header "__mdspan/aligned_accessor.h" }
/freebsd/lib/libc++/
H A Dmodule.modulemap1617 module aligned_accessor { header "__mdspan/aligned_accessor.h" }
H A Dlibcxx.imp556 { include: [ "<__mdspan/aligned_accessor.h>", "private", "<mdspan>", "public" ] },
H A DMakefile1767 MDS_HEADERS+= aligned_accessor.h