| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0017-abseil-cpp-Map-the-absl-is_trivially_-functions-to-t.patch | 49 struct is_trivially_destructible 51 + : std::is_trivially_destructible<T> { 58 static constexpr bool compliant = std::is_trivially_destructible<T>::value == 59 @@ -347,9 +351,13 @@ struct is_trivially_destructible 68 is_trivially_destructible<T>::value> {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | traits.hpp | 46 : ::boost::move_detail::is_trivially_destructible<T>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | type_traits.hpp | 49 using ::boost::move_detail::is_trivially_destructible;
|
| H A D | copy_move_algo.hpp | 260 : enable_if_c < container_detail::is_trivially_destructible 267 : enable_if_c <!container_detail::is_trivially_destructible
|
| /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/pstl/ |
| H A D | glue_memory_impl.h | 233 __internal::__invoke_if_not(std::is_trivially_destructible<_ValueType>(), [&]() { in destroy() 251 std::is_trivially_destructible<_ValueType>(), [&]() { return std::next(__first, __n); }, in destroy_n()
|
| /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/pstl/ |
| H A D | glue_memory_impl.h | 233 __internal::__invoke_if_not(std::is_trivially_destructible<_ValueType>(), [&]() { in destroy() 251 std::is_trivially_destructible<_ValueType>(), [&]() { return std::next(__first, __n); }, in destroy_n()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/ |
| H A D | optional | 104 // BEGIN workaround for missing is_trivially_destructible 115 using is_trivially_destructible = std::has_trivial_destructor<T>; 117 // END workaround for missing is_trivially_destructible 343 is_trivially_destructible<T>::value, // if possible
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | optional | 206 template <class _Tp, bool = is_trivially_destructible<_Tp>::value> 507 is_trivially_destructible<_Tp>::value && 539 is_trivially_destructible<_Tp>::value &&
|
| H A D | type_traits | 124 template <class T> struct is_trivially_destructible; 341 = is_trivially_destructible<T>::value; // C++17 3684 // is_trivially_destructible 3688 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible 3697 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible 3700 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible<_Tp[]> 3708 = is_trivially_destructible<_Tp>::value; 4100 is_trivially_destructible<_Tp>::value> {};
|
| H A D | __split_buffer | 133 {__destruct_at_begin(__new_begin, is_trivially_destructible<value_type>());}
|
| H A D | variant | 395 {__trait<_Types, is_trivially_destructible, is_destructible>...});
|
| H A D | memory | 3196 {__incr(integral_constant<bool, is_trivially_destructible<_Tp>::value>());} 3200 {__set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>());} 3204 {__process(__p, integral_constant<bool, is_trivially_destructible<_Tp>::value>());}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | optional | 206 template <class _Tp, bool = is_trivially_destructible<_Tp>::value> 507 is_trivially_destructible<_Tp>::value && 539 is_trivially_destructible<_Tp>::value &&
|
| H A D | type_traits | 124 template <class T> struct is_trivially_destructible; 341 = is_trivially_destructible<T>::value; // C++17 3684 // is_trivially_destructible 3688 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible 3697 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible 3700 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_destructible<_Tp[]> 3708 = is_trivially_destructible<_Tp>::value; 4100 is_trivially_destructible<_Tp>::value> {};
|
| H A D | __split_buffer | 133 {__destruct_at_begin(__new_begin, is_trivially_destructible<value_type>());}
|
| H A D | variant | 395 {__trait<_Types, is_trivially_destructible, is_destructible>...});
|
| H A D | memory | 3196 {__incr(integral_constant<bool, is_trivially_destructible<_Tp>::value>());} 3200 {__set(__s, integral_constant<bool, is_trivially_destructible<_Tp>::value>());} 3204 {__process(__p, integral_constant<bool, is_trivially_destructible<_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 D | type_traits | 172 is_trivially_destructible<_Tp>::value;
|
| H A D | optional | 139 !is_trivially_destructible<_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 D | type_traits | 172 is_trivially_destructible<_Tp>::value;
|
| H A D | optional | 139 !is_trivially_destructible<_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 D | type_traits.hpp | 804 struct is_trivially_destructible struct
|
| /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 D | type_traits | 1325 /// is_trivially_destructible 1327 struct is_trivially_destructible 3146 is_trivially_destructible<_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 D | type_traits | 1325 /// is_trivially_destructible 1327 struct is_trivially_destructible 3146 is_trivially_destructible<_Tp>::value;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 308 static const bool trivial_dctr = is_trivially_destructible<T>::value;
|