Home
last modified time | relevance | path

Searched refs:BOOST_THROW_EXCEPTION (Results 1 – 25 of 26) sorted by relevance

12

/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.hpp28 BOOST_THROW_EXCEPTION(std::runtime_error(str)); in throw_runtime_error()
33 BOOST_THROW_EXCEPTION(std::logic_error(str)); in throw_logic_error()
38 BOOST_THROW_EXCEPTION(std::invalid_argument(str)); in throw_invalid_argument()
43 BOOST_THROW_EXCEPTION(std::length_error(str)); in throw_length_error()
48 BOOST_THROW_EXCEPTION(std::out_of_range(str)); in throw_out_of_range()
H A Dserialization.hpp98 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data()
121 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data()
152 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data()
383 BOOST_THROW_EXCEPTION(std::runtime_error("rtree loading error")); in raw_apply()
559BOOST_THROW_EXCEPTION(std::runtime_error("unexpected number of values")); // TODO change exception… in load()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dread.hpp144 BOOST_THROW_EXCEPTION(read_wkt_exception(blc.what(), it, end, wkt)); in apply()
148 BOOST_THROW_EXCEPTION(read_wkt_exception(e.what(), it, end, wkt)); in apply()
152 BOOST_THROW_EXCEPTION(read_wkt_exception("", it, end, wkt)); in apply()
180 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected '('", it, end, wkt)); in handle_open_parenthesis()
197 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected ')'", it, end, wkt)); in handle_close_parenthesis()
208 BOOST_THROW_EXCEPTION(read_wkt_exception("Too many tokens", it, end, wkt)); in check_end()
534BOOST_THROW_EXCEPTION(read_wkt_exception("Z only allowed for 3 or more dimensions", wkt)); in initialize()
550BOOST_THROW_EXCEPTION(read_wkt_exception(std::string("Should start with '") + geometry_name + "'",… in initialize()
707 BOOST_THROW_EXCEPTION(read_wkt_exception("Should start with 'POLYGON' or 'BOX'", wkt)); in apply()
734 BOOST_THROW_EXCEPTION(read_wkt_exception("Box should have 2,4 or 5 points", wkt)); in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp32BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range()
37BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range()
46BOOST_THROW_EXCEPTION(std::range_error("Attempt to assign a negative value to an unsigned type.")); in check_is_negative()
127 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_lsb()
131BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_lsb()
168 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_msb()
172BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_msb()
537 BOOST_THROW_EXCEPTION(std::overflow_error("Overflow in conversion to narrower type")); in conversion_overflow()
600 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_lsb()
604BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_lsb()
[all …]
H A Dchecked.hpp18 BOOST_THROW_EXCEPTION(std::overflow_error("overflow in " + op)); in raise_overflow()
26BOOST_THROW_EXCEPTION(std::range_error("Subtraction resulted in a negative value, but the type is … in raise_subtract_overflow()
136 BOOST_THROW_EXCEPTION(std::overflow_error("Shift out of range")); in checked_left_shift()
H A Ddivide.hpp347 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 Dbitwise.hpp24BOOST_THROW_EXCEPTION(std::range_error("Bitwise operations on negative values results in undefined… in is_valid_bitwise_op()
37BOOST_THROW_EXCEPTION(std::range_error("Bitwise operations on negative values results in undefined… in is_valid_bitwise_op()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dthrow_exception.hpp47 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_THROW_EXCEPTI… macro
49 # define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x) macro
H A Drational.hpp171 (BOOST_THROW_EXCEPTION(bad_rational("bad rational: denormalized conversion")), 0)){} in rational()
178 (BOOST_THROW_EXCEPTION(bad_rational("bad rational: denormalized conversion")), 0)){} in rational()
250 BOOST_THROW_EXCEPTION(bad_rational()); in assign()
293 if(i == zero) BOOST_THROW_EXCEPTION(bad_rational()); in operator /=()
570 BOOST_THROW_EXCEPTION(bad_rational()); in operator /=()
846 BOOST_THROW_EXCEPTION(bad_rational()); in normalize()
870 BOOST_THROW_EXCEPTION(bad_rational("bad rational: non-zero singular denominator")); in normalize()
H A Dtoken_functions.hpp129 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("cannot end with escape"))); in do_escape()
147 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("unknown escape sequence"))); in do_escape()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp69 BOOST_THROW_EXCEPTION(std::runtime_error("H0F1 Failed to Converge")); in hyp0F1()
99BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_sin()
255BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_cos()
428 BOOST_THROW_EXCEPTION(std::runtime_error("H2F1 failed to converge.")); in hyp2F1()
455BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_asin()
478BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_asin()
572BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_acos()
591BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_acos()
H A Dpow.hpp138 BOOST_THROW_EXCEPTION(std::runtime_error("H0F0 failed to converge")); in hyp0F0()
186 BOOST_THROW_EXCEPTION(std::runtime_error("H1F0 failed to converge")); in hyp1F0()
654BOOST_THROW_EXCEPTION(std::domain_error("Result of pow is undefined or non-real and there is no Na… in eval_pow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp151BOOST_THROW_EXCEPTION(std::overflow_error("Unable to allocate sufficient storage for the value of … in verify_new_size()
160BOOST_THROW_EXCEPTION(std::overflow_error("Overflow in cpp_int arithmetic: there is insufficient p… in verify_limb_mask()
655 BOOST_THROW_EXCEPTION(std::range_error("Attempt to negate an unsigned number.")); in check_negate()
750BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range()
760BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range()
893BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range()
901BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range()
903BOOST_THROW_EXCEPTION(std::range_error("The argument to an unsigned cpp_int constructor was negati… in check_in_range()
997 BOOST_THROW_EXCEPTION(std::range_error("Attempt to negate an unsigned type.")); in negate()
1105BOOST_THROW_EXCEPTION(std::range_error("Assignment of a cpp_int that is out of range for the targe… in do_assign()
[all …]
H A Drational_adaptor.hpp139BOOST_THROW_EXCEPTION(std::runtime_error(std::string("Could not parse the string \"") + p + std::s… in operator =()
232 BOOST_THROW_EXCEPTION(std::overflow_error("Divide by zero.")); in eval_divide()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dthrow_exception.hpp8 #define BOOST_QVM_THROW_EXCEPTION BOOST_THROW_EXCEPTION
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dthrow_on_empty_input.hpp54 BOOST_THROW_EXCEPTION(empty_input_exception()); in throw_on_empty_input()
H A Dhas_self_intersections.hpp124 BOOST_THROW_EXCEPTION(overlay_invalid_input_exception()); in has_self_intersections()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dinteger_ops.hpp281 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in check_sign_of_backend()
339 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm()
395 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm()
437 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm()
H A Dnumber_base.hpp962BOOST_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()
976BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a value greater than std::numeric_limits… in check_shift_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dcentroid.hpp187 BOOST_THROW_EXCEPTION(centroid_exception()); in range_ok()
370 BOOST_THROW_EXCEPTION(centroid_exception()); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dfollow_linear_linear.hpp322 BOOST_THROW_EXCEPTION(inconsistent_turns_exception()); in apply()
H A Dget_turn_info_ll.hpp478 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
H A Dget_turn_info.hpp1121 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
H A Dget_turn_info_la.hpp410 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp271 BOOST_THROW_EXCEPTION(geometry::invalid_input_exception()); in check_char()

12