Searched refs:BOOST_ALIGNMENT_OF (Results 1 – 2 of 2) sorted by relevance
70 #elif !defined(BOOST_ALIGNMENT_OF)83 BOOST_STATIC_CONSTANT(std::size_t, value = BOOST_ALIGNMENT_OF(T));
184 # define BOOST_ALIGNMENT_OF(T) __alignof(T) macro221 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro249 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro278 # define BOOST_ALIGNMENT_OF(T) alignof(T) macro