Home
last modified time | relevance | path

Searched refs:BOOST_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp679 #if !defined(BOOST_ALIGNMENT)
681 # define BOOST_ALIGNMENT(x) alignas(x) macro
683 # define BOOST_ALIGNMENT(x) __declspec(align(x)) macro
685 # define BOOST_ALIGNMENT(x) __attribute__ ((__aligned__(x))) macro
688 # define BOOST_ALIGNMENT(x) macro
/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.hpp974 struct BOOST_ALIGNMENT(A) aligned_storage_impl<Len, A>\