OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_ALIGNMENT_OF
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
alignment_of.hpp
70
#elif !defined(
BOOST_ALIGNMENT_OF
)
83
BOOST_STATIC_CONSTANT(std::size_t, value =
BOOST_ALIGNMENT_OF
(T));
intrinsics.hpp
42
//
BOOST_ALIGNMENT_OF
(T) should evaluate to the alignment requirements of type T.
105
// # define
BOOST_ALIGNMENT_OF
(T) __alignof(T)
184
# define
BOOST_ALIGNMENT_OF
(T) __alignof(T)
221
# define
BOOST_ALIGNMENT_OF
(T) __alignof__(T)
249
# define
BOOST_ALIGNMENT_OF
(T) __alignof__(T)
278
# define
BOOST_ALIGNMENT_OF
(T) alignof(T)
Completed in 539 milliseconds