Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept27 class overflow_error;
161 class _LIBCPP_EXCEPTION_ABI overflow_error
165 _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);
/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
H A Dfunctexcept.cc92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h133 class overflow_error : public runtime_error
136 explicit overflow_error(const string& __arg);
/freebsd-12.1/contrib/libc++/src/
H A Dstdexcept.cpp99 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
H A Dhash.cpp159 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
172 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
/freebsd-12.1/sys/dev/mn/
H A Dif_mn.c230 u_long overflow_error; member
438 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()
1153 sch->overflow_error++; in mn_rx_intr()
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver101 std::overflow_error*;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2003857 (overflow_error): New.