Home
last modified time | relevance | path

Searched refs:is_nothrow_copy_constructible (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp56 using ::boost::move_detail::is_nothrow_copy_constructible;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dset51 is_nothrow_copy_constructible<key_compare>::value);
251 is_nothrow_copy_constructible<key_compare>::value);
490 is_nothrow_copy_constructible<key_compare>::value)
497 is_nothrow_copy_constructible<key_compare>::value)
978 is_nothrow_copy_constructible<key_compare>::value)
985 is_nothrow_copy_constructible<key_compare>::value)
H A Dmap63 is_nothrow_copy_constructible<key_compare>::value);
301 is_nothrow_copy_constructible<key_compare>::value);
508 _NOEXCEPT_(is_nothrow_copy_constructible<_Compare>::value)
555 _NOEXCEPT_(is_nothrow_copy_constructible<_Compare>::value)
966 is_nothrow_copy_constructible<key_compare>::value)
973 is_nothrow_copy_constructible<key_compare>::value)
1701 is_nothrow_copy_constructible<key_compare>::value)
1708 is_nothrow_copy_constructible<key_compare>::value)
H A Dutility421 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
422 is_nothrow_copy_constructible<second_type>::value)
430 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
431 is_nothrow_copy_constructible<second_type>::value)
H A Dunordered_map435 _NOEXCEPT_(is_nothrow_copy_constructible<_Hash>::value)
464 _NOEXCEPT_(is_nothrow_copy_constructible<_Hash>::value)
504 _NOEXCEPT_(is_nothrow_copy_constructible<_Pred>::value)
536 _NOEXCEPT_(is_nothrow_copy_constructible<_Pred>::value)
H A Dtuple642 … tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_Tp>::value...>::value))
660 …explicit tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_Tp>::value...>…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dset51 is_nothrow_copy_constructible<key_compare>::value);
251 is_nothrow_copy_constructible<key_compare>::value);
490 is_nothrow_copy_constructible<key_compare>::value)
497 is_nothrow_copy_constructible<key_compare>::value)
978 is_nothrow_copy_constructible<key_compare>::value)
985 is_nothrow_copy_constructible<key_compare>::value)
H A Dmap63 is_nothrow_copy_constructible<key_compare>::value);
301 is_nothrow_copy_constructible<key_compare>::value);
508 _NOEXCEPT_(is_nothrow_copy_constructible<_Compare>::value)
555 _NOEXCEPT_(is_nothrow_copy_constructible<_Compare>::value)
966 is_nothrow_copy_constructible<key_compare>::value)
973 is_nothrow_copy_constructible<key_compare>::value)
1701 is_nothrow_copy_constructible<key_compare>::value)
1708 is_nothrow_copy_constructible<key_compare>::value)
H A Dutility421 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
422 is_nothrow_copy_constructible<second_type>::value)
430 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
431 is_nothrow_copy_constructible<second_type>::value)
H A Dunordered_map435 _NOEXCEPT_(is_nothrow_copy_constructible<_Hash>::value)
464 _NOEXCEPT_(is_nothrow_copy_constructible<_Hash>::value)
504 _NOEXCEPT_(is_nothrow_copy_constructible<_Pred>::value)
536 _NOEXCEPT_(is_nothrow_copy_constructible<_Pred>::value)
H A Dtuple642 … tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_Tp>::value...>::value))
660 …explicit tuple(const _Tp& ... __t) _NOEXCEPT_((__all<is_nothrow_copy_constructible<_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/bits/
H A Dhashtable.h455 is_nothrow_copy_constructible<_H1>, in _GLIBCXX_VISIBILITY()
456 is_nothrow_copy_constructible<_Equal>>::value; in _GLIBCXX_VISIBILITY()
459 if constexpr (is_nothrow_copy_constructible<_H1>()) in _GLIBCXX_VISIBILITY()
460 return is_nothrow_copy_constructible<_Equal>(); in _GLIBCXX_VISIBILITY()
H A Dstl_multiset.h256 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_set.h260 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h242 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_map.h245 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
/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 Dhashtable.h455 is_nothrow_copy_constructible<_H1>, in _GLIBCXX_VISIBILITY()
456 is_nothrow_copy_constructible<_Equal>>::value; in _GLIBCXX_VISIBILITY()
459 if constexpr (is_nothrow_copy_constructible<_H1>()) in _GLIBCXX_VISIBILITY()
460 return is_nothrow_copy_constructible<_Equal>(); in _GLIBCXX_VISIBILITY()
H A Dstl_multiset.h256 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_set.h260 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_multimap.h242 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
H A Dstl_map.h245 noexcept(is_nothrow_copy_constructible<_Compare>::value in _GLIBCXX_VISIBILITY()
/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_traits181 is_nothrow_copy_constructible<_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_traits181 is_nothrow_copy_constructible<_Tp>::value;
/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.hpp862 struct is_nothrow_copy_constructible struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp379 noexcept( seq::is_all< std::is_nothrow_copy_constructible< Ts >::value... >::value ) in tuple()

12