Home
last modified time | relevance | path

Searched refs:__throw_runtime_error (Results 1 – 25 of 29) sorted by relevance

12

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Drandom.cc67 std::__throw_runtime_error(__N("random_device::_M_strtoul" in _M_strtoul()
83 std::__throw_runtime_error(__N("random_device::__x86_rdrand(void)")); in __x86_rdrand()
116 std::__throw_runtime_error(__N("random_device::" in _M_init()
158 __throw_runtime_error(__N("random_device could not be read")); in _M_getval()
164 __throw_runtime_error(__N("random_device could not be read")); in _M_getval()
H A Dcow-string-inst.cc71 std::__throw_runtime_error(__N("random_device::" in _M_init()
89 std::__throw_runtime_error(__N("random_device::random_device" in _M_init_pretr1()
H A Dfunctexcept.cc101 __throw_runtime_error(const char* __s __attribute__((unused))) in __throw_runtime_error() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc132 __throw_runtime_error(__N("locale::facet::_S_create_c_locale " in _S_create_c_locale()
153 __throw_runtime_error(__N("locale::facet::_S_lc_ctype_c_locale " in _S_lc_ctype_c_locale()
160 __throw_runtime_error(__N("locale::facet::_S_lc_ctype_c_locale " in _S_lc_ctype_c_locale()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc104 std::__throw_runtime_error(__N("Series failed to converge " in __conf_hyperg_series()
209 std::__throw_runtime_error(__N("Iteration failed to converge " in __conf_hyperg_luke()
292 std::__throw_runtime_error(__N("Series failed to converge " in __hyperg_series()
401 std::__throw_runtime_error(__N("Iteration failed to converge " in __hyperg_luke()
512 std::__throw_runtime_error(__N("Overflow of gamma functions" in __hyperg_reflect()
575 std::__throw_runtime_error(__N("Sum F2 failed to converge " in __hyperg_reflect()
656 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
671 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
687 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
695 std::__throw_runtime_error(__N("Underflow of gamma functions " in __hyperg_reflect()
H A Dmodified_bessel_func.tcc139 std::__throw_runtime_error(__N("Argument x too large " in __bessel_ik()
192 std::__throw_runtime_error(__N("Bessel k series failed to converge " in __bessel_ik()
228 std::__throw_runtime_error(__N("Steed's method failed " in __bessel_ik()
H A Dexp_integral.tcc183 std::__throw_runtime_error(__N("Series summation failed " in __expint_En_series()
227 std::__throw_runtime_error(__N("Continued fraction failed " in __expint_En_cont_frac()
H A Dbessel_function.tcc203 std::__throw_runtime_error(__N("Argument x too large in __bessel_jn; " in __bessel_jn()
260 std::__throw_runtime_error(__N("Bessel y series failed to converge " in __bessel_jn()
311 std::__throw_runtime_error(__N("Lentz's method failed " in __bessel_jn()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dhypergeometric.tcc98 std::__throw_runtime_error(__N("Series failed to converge " in __conf_hyperg_series()
203 std::__throw_runtime_error(__N("Iteration failed to converge " in __conf_hyperg_luke()
287 std::__throw_runtime_error(__N("Series failed to converge " in __hyperg_series()
397 std::__throw_runtime_error(__N("Iteration failed to converge " in __hyperg_luke()
509 std::__throw_runtime_error(__N("Overflow of gamma functions" in __hyperg_reflect()
572 std::__throw_runtime_error(__N("Sum F2 failed to converge " in __hyperg_reflect()
653 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
668 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
684 std::__throw_runtime_error(__N("Overflow of gamma functions " in __hyperg_reflect()
692 std::__throw_runtime_error(__N("Underflow of gamma functions " in __hyperg_reflect()
H A Dmodified_bessel_func.tcc135 std::__throw_runtime_error(__N("Argument x too large " in __bessel_ik()
188 std::__throw_runtime_error(__N("Bessel k series failed to converge " in __bessel_ik()
224 std::__throw_runtime_error(__N("Steed's method failed " in __bessel_ik()
H A Dexp_integral.tcc179 std::__throw_runtime_error(__N("Series summation failed " in __expint_En_series()
223 std::__throw_runtime_error(__N("Continued fraction failed " in __expint_En_cont_frac()
H A Dbessel_function.tcc197 std::__throw_runtime_error(__N("Argument x too large in __bessel_jn; " in __bessel_jn()
254 std::__throw_runtime_error(__N("Bessel y series failed to converge " in __bessel_jn()
305 std::__throw_runtime_error(__N("Lentz's method failed " in __bessel_jn()
H A Drandom.h1480 std::__throw_runtime_error(__N("random_device::" in _GLIBCXX_VISIBILITY()
1504 std::__throw_runtime_error(__N("random_device::_M_strtoul" in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Ddebug_allocator.h142 using std::__throw_runtime_error; in _GLIBCXX_VISIBILITY()
147 __throw_runtime_error("debug_allocator::deallocate wrong size"); in _GLIBCXX_VISIBILITY()
151 __throw_runtime_error("debug_allocator::deallocate null pointer"); in _GLIBCXX_VISIBILITY()
H A Dcodecvt_specializations.h165 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
172 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc85 __throw_runtime_error(const char* __s) in __throw_runtime_error() function
157 __throw_runtime_error(const char*)
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dfunctexcept.h79 __throw_runtime_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfunctexcept.h82 __throw_runtime_error(const char*) __attribute__((__noreturn__)); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dlocale.cc183 __throw_runtime_error(__N("locale::_S_normalize_category " in _S_normalize_category()
308 __throw_runtime_error(__N("locale::_Impl::_M_replace_facet")); in _M_replace_facet()
H A Dlocalename.cc142 __throw_runtime_error(__N("locale::locale null not valid")); in locale()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dlocale.cc182 __throw_runtime_error(__N("locale::_S_normalize_category " in _S_normalize_category()
307 __throw_runtime_error(__N("locale::_Impl::_M_replace_facet")); in _M_replace_facet()
H A Dlocalename.cc141 __throw_runtime_error(__N("locale::locale null not valid")); in locale()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h166 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
173 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc218 __throw_runtime_error(__N("locale::facet::_S_create_c_locale " in _S_create_c_locale()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc249 __throw_runtime_error(__N("locale::facet::_S_create_c_locale " in _S_create_c_locale()

12