Searched refs:overflow_error (Results 1 – 9 of 9) sorted by relevance
27 class overflow_error;161 class _LIBCPP_EXCEPTION_ABI overflow_error165 _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);
72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
133 class overflow_error : public runtime_error 136 explicit overflow_error(const string& __arg);
99 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
159 throw overflow_error("__next_prime overflow"); in __check_for_overflow()172 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
230 u_long overflow_error; member438 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()1153 sch->overflow_error++; in mn_rx_intr()
101 std::overflow_error*;
857 (overflow_error): New.