Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h103 return Constant<std::alignment_of_v<T>>(); in Of()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc284 using std::alignment_of_v;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits382 template <class T> inline constexpr size_t alignment_of_v
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc599 SYMBOL(alignment_of_v, std::, <type_traits>)