Home
last modified time | relevance | path

Searched refs:BOOST_IS_POLYMORPHIC (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 Dis_polymorphic.hpp13 #ifndef BOOST_IS_POLYMORPHIC
25 #ifndef BOOST_IS_POLYMORPHIC
112 template <class T> struct is_polymorphic : public integral_constant<bool, BOOST_IS_POLYMORPHIC(T)> …
H A Dintrinsics.hpp132 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) macro
220 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) macro
278 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) macro
315 # define BOOST_IS_POLYMORPHIC(T) __oracle_is_polymorphic(T) macro
343 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) macro
371 # define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T) macro