Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dalignment_of.hpp70 #elif !defined(BOOST_ALIGNMENT_OF)
83 BOOST_STATIC_CONSTANT(std::size_t, value = BOOST_ALIGNMENT_OF(T));
Dintrinsics.hpp184 # define BOOST_ALIGNMENT_OF(T) __alignof(T) macro
221 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro
249 # define BOOST_ALIGNMENT_OF(T) __alignof__(T) macro
278 # define BOOST_ALIGNMENT_OF(T) alignof(T) macro