Home
last modified time | relevance | path

Searched refs:has_trivial_constructor (Results 1 – 10 of 10) 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_trivial_constructor.hpp39 template <typename T> struct has_trivial_constructor struct
46 template <> struct has_trivial_constructor<void> : public boost::false_type{}; struct
47 template <> struct has_trivial_constructor<void const> : public boost::false_type{}; struct
48 template <> struct has_trivial_constructor<void const volatile> : public boost::false_type{}; struct
49 template <> struct has_trivial_constructor<void volatile> : public boost::false_type{}; struct
51 template <class T> struct has_trivial_default_constructor : public has_trivial_constructor<T> {};
H A Dis_stateless.hpp24 (::boost::has_trivial_constructor<T>::value
H A Dhas_nothrow_constructor.hpp58 template <class T> struct has_nothrow_constructor : public ::boost::has_trivial_constructor<T> {};
H A Dintrinsics.hpp106 …NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) || ::boost::has_trivial_constructor<T>::value)
180 # if __has_feature(has_trivial_constructor)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp506 …uninitialized_fill_dispatch(first, last, boost::has_trivial_constructor<value_type>(), disable_tri… in uninitialized_fill()
530 boost::has_trivial_constructor<value_type>, in construct()
/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.hpp118 # if __has_feature(has_trivial_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_traits508 struct has_trivial_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_traits508 struct has_trivial_constructor
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits3460 #if __has_feature(has_trivial_constructor) || (_GNUC_VER >= 403)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits3460 #if __has_feature(has_trivial_constructor) || (_GNUC_VER >= 403)