Home
last modified time | relevance | path

Searched refs:overflow_error (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dstdexcept26 class overflow_error;
186 class _LIBCPP_EXCEPTION_ABI overflow_error
190 _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);
/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dstdexcept_default.ipp59 overflow_error::~overflow_error() noexcept {}
/freebsd-13.1/sys/dev/mn/
H A Dif_mn.c229 u_long overflow_error; member
437 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()
1150 sch->overflow_error++; in mn_rx_intr()