Home
last modified time | relevance | path

Searched refs:is_polymorphic (Results 1 – 14 of 14) 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.hpp108 template <class T> struct is_polymorphic : public integral_constant<bool, ::boost::detail::is_polym… struct
112 template <class T> struct is_polymorphic : public integral_constant<bool, BOOST_IS_POLYMORPHIC(T)> …
H A Dintrinsics.hpp219 # if __has_feature(is_polymorphic)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dnested_exception.h135 __and_<is_polymorphic<_Tp>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dnested_exception.h135 __and_<is_polymorphic<_Tp>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dtype_traits330 /// is_polymorphic
332 struct is_polymorphic
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dtype_traits330 /// is_polymorphic
332 struct is_polymorphic
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dexception313 is_polymorphic<_From>::value &&
H A Dtype_traits101 template <class T> struct is_polymorphic;
295 = is_polymorphic<T>::value; // C++17
1590 // is_polymorphic
1592 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC)
1595 struct _LIBCPP_TEMPLATE_VIS is_polymorphic
1605 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_polymorphic
1608 #endif // __has_feature(is_polymorphic)
1613 = is_polymorphic<_Tp>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dexception313 is_polymorphic<_From>::value &&
H A Dtype_traits101 template <class T> struct is_polymorphic;
295 = is_polymorphic<T>::value; // C++17
1590 // is_polymorphic
1592 #if __has_feature(is_polymorphic) || defined(_LIBCPP_COMPILER_MSVC)
1595 struct _LIBCPP_TEMPLATE_VIS is_polymorphic
1605 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_polymorphic
1608 #endif // __has_feature(is_polymorphic)
1613 = is_polymorphic<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dtype_traits123 constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dtype_traits123 constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits719 /// is_polymorphic
721 struct is_polymorphic
3094 inline constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits719 /// is_polymorphic
721 struct is_polymorphic
3094 inline constexpr bool is_polymorphic_v = is_polymorphic<_Tp>::value;