Searched refs:overflow_error (Results 1 – 3 of 3) sorted by relevance
26 class overflow_error;186 class _LIBCPP_EXCEPTION_ABI overflow_error190 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const string& __s) : runtime_error(__s) {}191 _LIBCPP_INLINE_VISIBILITY explicit overflow_error(const char* __s) : runtime_error(__s) {}194 overflow_error(const overflow_error&) _NOEXCEPT = default;195 virtual ~overflow_error() _NOEXCEPT;289 throw overflow_error(__msg);
59 overflow_error::~overflow_error() noexcept {}
229 u_long overflow_error; member437 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()1150 sch->overflow_error++; in mn_rx_intr()