Home
last modified time | relevance | path

Searched refs:BOOST_ALIGNMENT_OF (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/type_traits/
H A Dalignment_of.hpp69 #elif !defined(BOOST_ALIGNMENT_OF)
82 BOOST_STATIC_CONSTANT(std::size_t, value = BOOST_ALIGNMENT_OF(T));
H A Dintrinsics.hpp232 # define BOOST_ALIGNMENT_OF(T) __alignof(T) macro
283 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro
316 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro
344 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro
372 # define BOOST_ALIGNMENT_OF(T) alignof(T) macro