Searched refs:overflow_error (Results 1 – 10 of 10) sorted by relevance
27 class overflow_error;148 class _LIBCPP_EXCEPTION_ABI overflow_error152 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}153 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}155 virtual ~overflow_error() _NOEXCEPT;
320 throw overflow_error("bitset to_ulong overflow error");343 throw overflow_error("bitset to_ullong overflow error");
72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
101 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()
133 class overflow_error : public runtime_error 136 explicit overflow_error(const string& __arg);
228 u_long overflow_error; member436 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()1151 sch->overflow_error++; in mn_rx_intr()
101 std::overflow_error*;
857 (overflow_error): New.