Home
last modified time | relevance | path

Searched refs:BOOST_IS_EMPTY (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 Dintrinsics.hpp102 # define BOOST_IS_EMPTY(T) __is_empty(T) macro
145 # define BOOST_IS_EMPTY(T) (__typeinfo(T) & 0x1000) macro
178 # define BOOST_IS_EMPTY(T) __is_empty(T) macro
256 # define BOOST_IS_EMPTY(T) __is_empty(T) macro
300 # define BOOST_IS_EMPTY(T) __oracle_is_empty(T) macro
329 # define BOOST_IS_EMPTY(T) __is_empty(T) macro
356 # define BOOST_IS_EMPTY(T) __is_empty(T) macro
H A Dis_empty.hpp23 #define BOOST_INTERNAL_IS_EMPTY(T) BOOST_IS_EMPTY(T)