Home
last modified time | relevance | path

Searched refs:__throw_overflow_error (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dfunctexcept.cc91 __throw_overflow_error(const char* __s) in __throw_overflow_error() function
147 __throw_overflow_error(const char*)
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dfunctexcept.h84 __throw_overflow_error(const char*) __attribute__((__noreturn__));
/freebsd-12.1/contrib/libc++/include/
H A Dstdexcept255 void __throw_overflow_error(const char*__msg)
H A Dbitset338 __throw_overflow_error("bitset to_ulong overflow error");
358 __throw_overflow_error("bitset to_ullong overflow error");
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_bitset.h274 __throw_overflow_error(__N("_Base_bitset::_M_do_to_ulong")); in _M_do_to_ulong()