Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A 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
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmr.c147 static inline u64 alignment_of(u64 ptr) in alignment_of() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp927 struct alignment_of struct