Home
last modified time | relevance | path

Searched refs:has_nothrow_constructor (Results 1 – 8 of 8) 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 Dhas_nothrow_constructor.hpp27 template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHRO… struct
46 template <class T> struct has_nothrow_constructor : public detail::has_nothrow_constructor_imp<T, i…
58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
62 template<> struct has_nothrow_constructor<void> : public false_type {}; struct
64 template<> struct has_nothrow_constructor<void const> : public false_type{}; struct
65 template<> struct has_nothrow_constructor<void const volatile> : public false_type{}; struct
66 template<> struct has_nothrow_constructor<void volatile> : public false_type{}; struct
69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{};
H A Dintrinsics.hpp192 # if __has_feature(has_nothrow_constructor)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp177 typedef mpl::not_< has_nothrow_constructor<t_> > type;
1426 BOOST_NOEXCEPT_IF(boost::has_nothrow_constructor<internal_T0>::value) in BOOST_NOEXCEPT_IF()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp130 # if __has_feature(has_nothrow_constructor)
/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_traits528 struct has_nothrow_constructor
/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_traits528 struct has_nothrow_constructor
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits3771 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)
3827 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits3771 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)
3827 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)