Home
last modified time | relevance | path

Searched defs:alignment_of_v (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dalignment_of.h27 inline constexpr size_t alignment_of_v = _LIBCPP_ALIGNOF(_Tp); variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/
Dalignment_of.hpp48 constexpr std::size_t alignment_of_v = alignment_of<T>::value; variable