| /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 | stdexcept | 273 class overflow_error : public runtime_error 276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE; 278 explicit overflow_error(const char*) _GLIBCXX_TXN_SAFE; 279 overflow_error(const overflow_error&) = default; 280 overflow_error& operator=(const overflow_error&) = default; 281 overflow_error(overflow_error&&) = default; 282 overflow_error& operator=(overflow_error&&) = default; 284 virtual ~overflow_error() _GLIBCXX_NOTHROW;
|
| /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 | stdexcept | 273 class overflow_error : public runtime_error 276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE; 278 explicit overflow_error(const char*) _GLIBCXX_TXN_SAFE; 279 overflow_error(const overflow_error&) = default; 280 overflow_error& operator=(const overflow_error&) = default; 281 overflow_error(overflow_error&&) = default; 282 overflow_error& operator=(overflow_error&&) = default; 284 virtual ~overflow_error() _GLIBCXX_NOTHROW;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | stdexcept | 27 class overflow_error; 161 class _LIBCPP_EXCEPTION_ABI overflow_error 165 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {} 166 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {} 168 virtual ~overflow_error() _NOEXCEPT; 258 throw overflow_error(__msg);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/ |
| H A D | error_handling.hpp | 265 … const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error() 267 raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow"); in raise_overflow_error() 277 const ::boost::math::policies::overflow_error< ::boost::math::policies::throw_on_error>&) in raise_overflow_error() 279 raise_error<std::overflow_error, T>(function, message ? message : "numeric overflow", val); in raise_overflow_error() 288 …const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_overflow_error() 300 …const ::boost::math::policies::overflow_error< ::boost::math::policies::ignore_error>&) BOOST_MAT… in raise_overflow_error() 311 …const ::boost::math::policies::overflow_error< ::boost::math::policies::errno_on_error>&) BOOST_M… in raise_overflow_error() 324 …const ::boost::math::policies::overflow_error< ::boost::math::policies::errno_on_error>&) BOOST_M… in raise_overflow_error() 336 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error() 346 const ::boost::math::policies::overflow_error< ::boost::math::policies::user_error>&) in raise_overflow_error() [all …]
|
| H A D | policy.hpp | 207 BOOST_MATH_META_INT(error_policy_type, overflow_error, BOOST_MATH_OVERFLOW_ERROR_POLICY) 429 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type o… 473 typedef overflow_error<> overflow_error_type; 498 typedef overflow_error<> overflow_error_type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | checked.hpp | 18 BOOST_THROW_EXCEPTION(std::overflow_error("overflow in " + op)); in raise_overflow() 136 BOOST_THROW_EXCEPTION(std::overflow_error("Shift out of range")); in checked_left_shift()
|
| H A D | divide.hpp | 347 BOOST_THROW_EXCEPTION(std::overflow_error("Integer Division by zero.")); in divide_unsigned_helper() 617 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_divide() 634 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_divide() 648 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_modulus()
|
| H A D | misc.hpp | 32 …BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range() 37 …BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range() 537 BOOST_THROW_EXCEPTION(std::overflow_error("Overflow in conversion to narrower type")); in conversion_overflow()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | common.h | 84 unsigned long overflow_error; member
|
| H A D | norm_desc.c | 94 x->overflow_error++; in ndesc_get_rx_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_common.h | 258 unsigned long overflow_error; member
|
| H A D | sxgbe_desc.c | 293 x->overflow_error++; in sxgbe_rx_wbstatus()
|
| H A D | sxgbe_ethtool.c | 82 SXGBE_STAT(overflow_error),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/ |
| H A D | QtPositioning.5.6.0.linux-gcc-amd64.txt | 470 Vtable for std::overflow_error 471 std::overflow_error::_ZTVSt14overflow_error: 5u entries 474 16 (int (*)(...))std::overflow_error::~overflow_error 475 24 (int (*)(...))std::overflow_error::~overflow_error 478 Class std::overflow_error 481 std::overflow_error (0x0x7f75823372d8) 0 482 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 484 primary-for std::overflow_error (0x0x7f75823372d8)
|
| H A D | QtPositioning.5.9.0.linux-gcc-amd64.txt | 662 Vtable for std::overflow_error 663 std::overflow_error::_ZTVSt14overflow_error: 5u entries 666 16 (int (*)(...))std::overflow_error::~overflow_error 667 24 (int (*)(...))std::overflow_error::~overflow_error 670 Class std::overflow_error 673 std::overflow_error (0x0x7fd641d63d68) 0 674 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 676 primary-for std::overflow_error (0x0x7fd641d63d68)
|
| H A D | QtPositioning.5.8.0.linux-gcc-amd64.txt | 662 Vtable for std::overflow_error 663 std::overflow_error::_ZTVSt14overflow_error: 5u entries 666 16 (int (*)(...))std::overflow_error::~overflow_error 667 24 (int (*)(...))std::overflow_error::~overflow_error 670 Class std::overflow_error 673 std::overflow_error (0x0x7fe591992d00) 0 674 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 676 primary-for std::overflow_error (0x0x7fe591992d00)
|
| H A D | QtPositioning.5.7.0.linux-gcc-amd64.txt | 667 Vtable for std::overflow_error 668 std::overflow_error::_ZTVSt14overflow_error: 5u entries 671 16 (int (*)(...))std::overflow_error::~overflow_error 672 24 (int (*)(...))std::overflow_error::~overflow_error 675 Class std::overflow_error 678 std::overflow_error (0x0x7ff712fa9410) 0 679 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 681 primary-for std::overflow_error (0x0x7ff712fa9410)
|
| H A D | QtPositioning.5.10.0.linux-gcc-amd64.txt | 667 Vtable for std::overflow_error 668 std::overflow_error::_ZTVSt14overflow_error: 5u entries 671 16 (int (*)(...))std::overflow_error::~overflow_error 672 24 (int (*)(...))std::overflow_error::~overflow_error 675 Class std::overflow_error 678 std::overflow_error (0x0x7f13e3c474e0) 0 679 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 681 primary-for std::overflow_error (0x0x7f13e3c474e0)
|
| H A D | QtPositioning.5.11.0.linux-gcc-amd64.txt | 667 Vtable for std::overflow_error 668 std::overflow_error::_ZTVSt14overflow_error: 5u entries 671 16 (int (*)(...))std::overflow_error::~overflow_error 672 24 (int (*)(...))std::overflow_error::~overflow_error 675 Class std::overflow_error 678 std::overflow_error (0x0x7f1d7bd705b0) 0 679 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 681 primary-for std::overflow_error (0x0x7f1d7bd705b0)
|
| H A D | QtPositioning.5.12.0.linux-gcc-amd64.txt | 667 Vtable for std::overflow_error 668 std::overflow_error::_ZTVSt14overflow_error: 5u entries 671 16 (int (*)(...))std::overflow_error::~overflow_error 672 24 (int (*)(...))std::overflow_error::~overflow_error 675 Class std::overflow_error 678 std::overflow_error (0x0x7f7e1f336af8) 0 679 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16u) 681 primary-for std::overflow_error (0x0x7f7e1f336af8)
|
| H A D | QtPositioning.5.14.0.linux-gcc-amd64.txt | 722 Vtable for std::overflow_error 723 std::overflow_error::_ZTVSt14overflow_error: 5 entries 726 16 (int (*)(...))std::overflow_error::~overflow_error 727 24 (int (*)(...))std::overflow_error::~overflow_error 730 Class std::overflow_error 733 std::overflow_error (0x0x7fe9f99b30d0) 0 734 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16) 736 primary-for std::overflow_error (0x0x7fe9f99b30d0)
|
| H A D | QtPositioning.5.15.0.linux-gcc-amd64.txt | 722 Vtable for std::overflow_error 723 std::overflow_error::_ZTVSt14overflow_error: 5 entries 726 16 (int (*)(...))std::overflow_error::~overflow_error 727 24 (int (*)(...))std::overflow_error::~overflow_error 730 Class std::overflow_error 733 std::overflow_error (0x0x7fd8a68e5958) 0 734 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16) 736 primary-for std::overflow_error (0x0x7fd8a68e5958)
|
| H A D | QtPositioning.5.13.0.linux-gcc-amd64.txt | 727 Vtable for std::overflow_error 728 std::overflow_error::_ZTVSt14overflow_error: 5 entries 731 16 (int (*)(...))std::overflow_error::~overflow_error 732 24 (int (*)(...))std::overflow_error::~overflow_error 735 Class std::overflow_error 738 std::overflow_error (0x0x7f3505253068) 0 739 vptr=((& std::overflow_error::_ZTVSt14overflow_error) + 16) 741 primary-for std::overflow_error (0x0x7f3505253068)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | rational_adaptor.hpp | 232 BOOST_THROW_EXCEPTION(std::overflow_error("Divide by zero.")); in eval_divide()
|