Home
last modified time | relevance | path

Searched refs:overaligned_tag (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Daligned_tag.h51 struct overaligned_tag { struct
62 inline constexpr bool is_simd_flag_type_v<overaligned_tag<_Np>> = true; argument
69 inline constexpr overaligned_tag<_Np> overaligned{};
H A Ddeclaration.h69 struct overaligned_tag;
/freebsd-14.2/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd43 template <size_t> struct overaligned_tag {};
46 template <size_t N> inline constexpr overaligned_tag<N> overaligned{};