Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dstdexcept.cc80 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
83 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { } in ~overflow_error()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dstdexcept.cc81 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
84 overflow_error::~overflow_error() _GLIBCXX_USE_NOEXCEPT { } in ~overflow_error()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-stdexcept.cc67 overflow_error::overflow_error(const string& __arg) in overflow_error() function in std::overflow_error
H A Dcow-stdexcept.cc94 overflow_error::overflow_error(const char* __arg) in overflow_error() function in std::overflow_error
441 CTORDTOR(14overflow_error, std::overflow_error, runtime_error)
H A Dfunctexcept.cc110 { _GLIBCXX_THROW_OR_ABORT(overflow_error(_(__s))); } in __throw_overflow_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstdexcept139 class overflow_error : public runtime_error
142 explicit overflow_error(const string& __arg);
143 virtual ~overflow_error() _GLIBCXX_USE_NOEXCEPT;
H A Dbitset51 // overflow_error
1158 * @throw std::overflow_error If there are too many bits to be
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstdexcept241 class overflow_error : public runtime_error
244 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE;
246 explicit overflow_error(const char*) _GLIBCXX_TXN_SAFE;
248 virtual ~overflow_error() _GLIBCXX_USE_NOEXCEPT;
H A Dbitset49 // overflow_error
1170 * @throw std::overflow_error If there are too many bits to be
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc94 { throw overflow_error(_(__s)); } in __throw_overflow_error()
/dflybsd-src/sys/dev/netif/mn/
H A Dif_mn.c229 u_long overflow_error; member
433 pos += ksprintf(r + pos, " Overflow: %lu\n", sch->overflow_error); in ngmn_rcvmsg()
1142 sch->overflow_error++; in mn_rx_intr()
/dflybsd-src/contrib/mpfr/src/
H A Dvasprintf.c2001 goto overflow_error; in mpfr_vasprintf()
2028 goto overflow_error; in mpfr_vasprintf()
2072 overflow_error: in mpfr_vasprintf()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Ddynamic_bitset39 // overflow_error
943 * @throw std::overflow_error If there are too many bits to be
953 * @throw std::overflow_error If there are too many bits to be
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Ddynamic_bitset40 // overflow_error
1085 * @throw std::overflow_error If there are too many bits to be
1095 * @throw std::overflow_error If there are too many bits to be
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver133 std::overflow_error::o*;
134 # std::overflow_error::~o*;
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A Dlibstdc++-symbols.ver83 std::overflow_error::o*;
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver152 # std::overflow_error::o*;
153 # std::overflow_error::~o*;
/dflybsd-src/sys/dev/misc/musycc/
H A Dmusycc.c200 u_long overflow_error;