Home
last modified time | relevance | path

Searched defs:alignment_of (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dalignment_of.hpp88 template <class T> struct alignment_of : public integral_constant<std::size_t, ::boost::detail::ali… struct
92 template <typename T> struct alignment_of<T&> : public alignment_of<T*>{}; struct
98 template<> struct alignment_of<long double> : public alignment_of<long_double_wrapper>{}; struct
102 template<> struct alignment_of<void> : integral_constant<std::size_t, 0>{}; struct
104 template<> struct alignment_of<void const> : integral_constant<std::size_t, 0>{}; struct
105 template<> struct alignment_of<void const volatile> : integral_constant<std::size_t, 0>{}; struct
106 template<> struct alignment_of<void volatile> : integral_constant<std::size_t, 0>{}; struct
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_kernel_helper.h299 inline int64_t alignment_of(int64_t element_stride) { in alignment_of() function
308 inline int64_t alignment_of(T* ptr) { in alignment_of() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/
H A Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/
Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/
Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/
Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/
Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/
Dalignment_of.h23 struct _LIBCPP_TEMPLATE_VIS alignment_of : public integral_constant<size_t, _LIBCPP_ALIGNOF(_Tp)> {… struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/
Dalignment_of_clang.hpp19 struct alignment_of struct
Dalignment_of_gcc.hpp19 struct alignment_of struct
Dalignment_of_codegear.hpp19 struct alignment_of struct
Dalignment_of.hpp24 struct alignment_of struct
Dalignment_of_msvc.hpp25 struct alignment_of struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/
Dalignment_of.hpp42 struct alignment_of struct
Daligned_allocator.hpp65 alignment_of<value_type>::value>::value in allocate() enumerator
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_meta.c1542 alignment_of(unsigned x) in alignment_of() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp1098 struct alignment_of struct