Home
last modified time | relevance | path

Searched refs:alignment_of (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits159 template <class T> struct alignment_of;
383 = alignment_of<T>::value; // C++17
430 #include <__type_traits/alignment_of.h>
H A Dlibcxx.imp685 { include: [ "<__type_traits/alignment_of.h>", "private", "<type_traits>", "public" ] },
H A Dmodule.modulemap.in1809 …traits_alignment_of [system] { header "__type_traits/alignment_of.h" }
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc111 using std::alignment_of;
/freebsd-14.2/lib/libc++/
H A DMakefile1164 TTR_HEADERS+= alignment_of.h
H A Dmodule.modulemap1809 …traits_alignment_of [system] { header "__type_traits/alignment_of.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc598 SYMBOL(alignment_of, std::, <type_traits>)
/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp7327 … using TStorage = typename std::aligned_storage<sizeof(T), std::alignment_of<T>::value>::type;