Home
last modified time | relevance | path

Searched refs:out_of_range (Results 1 – 25 of 38) sorted by relevance

12

/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 Dstdexcept200 class out_of_range : public logic_error
203 explicit out_of_range(const string& __arg) _GLIBCXX_TXN_SAFE;
205 explicit out_of_range(const char*) _GLIBCXX_TXN_SAFE;
206 out_of_range(const out_of_range&) = default;
207 out_of_range& operator=(const out_of_range&) = default;
208 out_of_range(out_of_range&&) = default;
209 out_of_range& operator=(out_of_range&&) = default;
211 virtual ~out_of_range() _GLIBCXX_NOTHROW;
H A Dbitset48 #include <bits/functexcept.h> // For invalid_argument, out_of_range,
887 * @throw std::out_of_range If @a pos is bigger the size of @a __s.
908 * @throw std::out_of_range If @a __position is bigger the size
1086 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1108 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1133 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1320 * @throw std::out_of_range If @a pos is bigger the size of the %set.
/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 Dstdexcept200 class out_of_range : public logic_error
203 explicit out_of_range(const string& __arg) _GLIBCXX_TXN_SAFE;
205 explicit out_of_range(const char*) _GLIBCXX_TXN_SAFE;
206 out_of_range(const out_of_range&) = default;
207 out_of_range& operator=(const out_of_range&) = default;
208 out_of_range(out_of_range&&) = default;
209 out_of_range& operator=(out_of_range&&) = default;
211 virtual ~out_of_range() _GLIBCXX_NOTHROW;
H A Dbitset48 #include <bits/functexcept.h> // For invalid_argument, out_of_range,
887 * @throw std::out_of_range If @a pos is bigger the size of @a __s.
908 * @throw std::out_of_range If @a __position is bigger the size
1086 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1108 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1133 * @throw std::out_of_range If @a pos is bigger the size of the %set.
1320 * @throw std::out_of_range If @a pos is bigger the size of the %set.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstdexcept24 class out_of_range;
141 class _LIBCPP_EXCEPTION_ABI out_of_range
145 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
146 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
148 virtual ~out_of_range() _NOEXCEPT;
236 throw out_of_range(__msg);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstdexcept24 class out_of_range;
141 class _LIBCPP_EXCEPTION_ABI out_of_range
145 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const string& __s) : logic_error(__s) {}
146 _LIBCPP_INLINE_VISIBILITY explicit out_of_range(const char* __s) : logic_error(__s) {}
148 virtual ~out_of_range() _NOEXCEPT;
236 throw out_of_range(__msg);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/
H A Dunicode_iterator.hpp128 std::out_of_range e(ss.str()); in invalid_utf32_code_point()
130 …std::out_of_range e("Invalid UTF-32 code point encountered while trying to encode UTF-16 sequence"… in invalid_utf32_code_point()
343 std::out_of_range e(ss.str()); in invalid_code_point()
345 …std::out_of_range e("Misplaced UTF-16 surrogate encountered while trying to encode UTF-32 sequence… in invalid_code_point()
603 … std::out_of_range e("Invalid UTF-8 sequence encountered while trying to encode UTF-32 character"); in invalid_sequence()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp109 throw std::out_of_range("out of range destination coordinates for image clear"); in clear()
140 throw std::out_of_range("out of range source coordinates for image copy"); in copy()
147 throw std::out_of_range("out of range destination coordinates for image copy"); in copy()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c329 goto out_of_range; in ceph_parse_mount_param()
335 goto out_of_range; in ceph_parse_mount_param()
343 goto out_of_range; in ceph_parse_mount_param()
348 goto out_of_range; in ceph_parse_mount_param()
353 goto out_of_range; in ceph_parse_mount_param()
358 goto out_of_range; in ceph_parse_mount_param()
363 goto out_of_range; in ceph_parse_mount_param()
368 goto out_of_range; in ceph_parse_mount_param()
463 out_of_range: in ceph_parse_mount_param()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c513 goto out_of_range; in ceph_parse_param()
520 goto out_of_range; in ceph_parse_param()
526 goto out_of_range; in ceph_parse_param()
532 goto out_of_range; in ceph_parse_param()
578 out_of_range: in ceph_parse_param()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } in out_of_range() function
286 static range_check_result out_of_range ( argument_type s ) in out_of_range() function
294 { OverflowHandler()( out_of_range(s) ) ; } in validate_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dexception.hpp48 BOOST_THROW_EXCEPTION(std::out_of_range(str)); in throw_out_of_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dthrow_exception.hpp113 throw std::out_of_range(str);
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dgateway_client.c742 bool out_of_range = false; in batadv_gw_out_of_range() local
808 out_of_range = true; in batadv_gw_out_of_range()
822 return out_of_range; in batadv_gw_out_of_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp186 …return i > size() ? boost::throw_exception(std::out_of_range ("array<>: index out of range")), tru… in rangecheck()
308 std::out_of_range e("attempt to access element of an empty array"); in failed_rangecheck()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp101 bool res = nothrow_overflow_handler()(converter_t::out_of_range(arg)); in noexcept_numeric_convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp962 …BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a value greater than std::numeric_limits… in check_shift_range()
964 BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a negative value.")); in check_shift_range()
970 BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a negative value.")); in check_shift_range()
976 …BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a value greater than std::numeric_limits… in check_shift_range()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c1417 goto out_of_range; in ata_scsi_verify_xlat()
1419 goto out_of_range; in ata_scsi_verify_xlat()
1430 goto out_of_range; in ata_scsi_verify_xlat()
1443 goto out_of_range; in ata_scsi_verify_xlat()
1457 goto out_of_range; in ata_scsi_verify_xlat()
1473 goto out_of_range; in ata_scsi_verify_xlat()
1489 out_of_range: in ata_scsi_verify_xlat()
1616 goto out_of_range; in ata_scsi_rw_xlat()
1622 out_of_range: in ata_scsi_rw_xlat()
/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/tr2/
H A Ddynamic_bitset603 * @throw std::out_of_range If @p __pos is bigger the size of @p __str.
844 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
867 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
893 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
1021 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
/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/tr2/
H A Ddynamic_bitset603 * @throw std::out_of_range If @p __pos is bigger the size of @p __str.
844 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
867 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
893 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
1021 * @throw std::out_of_range If @a __pos is bigger the size of the %set.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/
H A DQtPositioning.5.6.0.linux-gcc-amd64.txt418 Vtable for std::out_of_range
419 std::out_of_range::_ZTVSt12out_of_range: 5u entries
422 16 (int (*)(...))std::out_of_range::~out_of_range
423 24 (int (*)(...))std::out_of_range::~out_of_range
426 Class std::out_of_range
429 std::out_of_range (0x0x7f7582337f08) 0
430 vptr=((& std::out_of_range::_ZTVSt12out_of_range) + 16u)
432 primary-for std::out_of_range (0x0x7f7582337f08)
H A DQtPositioning.5.9.0.linux-gcc-amd64.txt610 Vtable for std::out_of_range
611 std::out_of_range::_ZTVSt12out_of_range: 5u entries
614 16 (int (*)(...))std::out_of_range::~out_of_range
615 24 (int (*)(...))std::out_of_range::~out_of_range
618 Class std::out_of_range
621 std::out_of_range (0x0x7fd641d63b60) 0
622 vptr=((& std::out_of_range::_ZTVSt12out_of_range) + 16u)
624 primary-for std::out_of_range (0x0x7fd641d63b60)
H A DQtPositioning.5.8.0.linux-gcc-amd64.txt610 Vtable for std::out_of_range
611 std::out_of_range::_ZTVSt12out_of_range: 5u entries
614 16 (int (*)(...))std::out_of_range::~out_of_range
615 24 (int (*)(...))std::out_of_range::~out_of_range
618 Class std::out_of_range
621 std::out_of_range (0x0x7fe591992af8) 0
622 vptr=((& std::out_of_range::_ZTVSt12out_of_range) + 16u)
624 primary-for std::out_of_range (0x0x7fe591992af8)
H A DQtPositioning.5.7.0.linux-gcc-amd64.txt615 Vtable for std::out_of_range
616 std::out_of_range::_ZTVSt12out_of_range: 5u entries
619 16 (int (*)(...))std::out_of_range::~out_of_range
620 24 (int (*)(...))std::out_of_range::~out_of_range
623 Class std::out_of_range
626 std::out_of_range (0x0x7ff712fa9208) 0
627 vptr=((& std::out_of_range::_ZTVSt12out_of_range) + 16u)
629 primary-for std::out_of_range (0x0x7ff712fa9208)
/OK3568_Linux_fs/kernel/ipc/
H A Dsem.c669 goto out_of_range; in perform_atomic_semop_slow()
675 goto out_of_range; in perform_atomic_semop_slow()
691 out_of_range: in perform_atomic_semop_slow()

12