Home
last modified time | relevance | path

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

/NextBSD/contrib/libc++/include/
Dstdexcept27 class overflow_error;
148 class _LIBCPP_EXCEPTION_ABI overflow_error
152 _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;
Dbitset320 throw overflow_error("bitset to_ulong overflow error");
343 throw overflow_error("bitset to_ullong overflow error");
/NextBSD/contrib/libstdc++/src/
Dstdexcept.cc72 overflow_error::overflow_error(const string& __arg) in overflow_error() function in overflow_error
Dfunctexcept.cc92 { throw overflow_error(_(__s)); } in __throw_overflow_error()
/NextBSD/contrib/libc++/src/
Dstdexcept.cpp101 overflow_error::~overflow_error() _NOEXCEPT {} in ~overflow_error()
Dhash.cpp159 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
172 throw overflow_error("__next_prime overflow"); in __check_for_overflow()
/NextBSD/contrib/libstdc++/include/std/
Dstd_stdexcept.h133 class overflow_error : public runtime_error
136 explicit overflow_error(const string& __arg);
/NextBSD/sys/dev/mn/
HDif_mn.c228 u_long overflow_error; member
436 pos += sprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()
1151 sch->overflow_error++; in mn_rx_intr()
/NextBSD/contrib/libstdc++/config/abi/pre/
Dgnu.ver101 std::overflow_error*;
/NextBSD/contrib/libstdc++/
DChangeLog-2003857 (overflow_error): New.