Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dfunctexcept.cc76 __throw_runtime_error(const char* __s) in __throw_runtime_error() function
132 __throw_runtime_error(const char*)
H A Dlocale.cc284 __throw_runtime_error("attempt to create locale from NULL name"); in locale()
441 __throw_runtime_error("bad locale category"); in _S_normalize_category()
H A Dlocalename.cc354 __throw_runtime_error("no locale facet"); in _M_replace_facet()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dfunctexcept.cc83 __throw_runtime_error(const char* __s) in __throw_runtime_error() function
139 __throw_runtime_error(const char*)
H A Dlocale.cc180 __throw_runtime_error(__N("locale::_S_normalize_category " in _S_normalize_category()
305 __throw_runtime_error(__N("locale::_Impl::_M_replace_facet")); in _M_replace_facet()
H A Dlocalename.cc143 __throw_runtime_error(__N("locale::locale NULL not valid")); in locale()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dfunctexcept.h70 __throw_runtime_error(const char* __s);
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dfunctexcept.h78 __throw_runtime_error(const char*) __attribute__((__noreturn__));
H A Dstl_list.h1180 __throw_runtime_error(__N("list::_M_check_equal_allocators")); in _M_check_equal_allocators()
/openbsd-src/gnu/llvm/libcxx/src/
H A Dlocale.cpp119 _LIBCPP_NORETURN static void __throw_runtime_error(const string &msg) in __throw_runtime_error() function
607 : (__throw_runtime_error("locale constructed with null"), nullptr)) in locale()
620 : (__throw_runtime_error("locale constructed with null"), nullptr)) in locale()
738 __throw_runtime_error("collate_byname<char>::collate_byname" in collate_byname()
747 __throw_runtime_error("collate_byname<char>::collate_byname" in collate_byname()
787 __throw_runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" in collate_byname()
796 __throw_runtime_error("collate_byname<wchar_t>::collate_byname(size_t refs)" in collate_byname()
1285 __throw_runtime_error("ctype_byname<char>::ctype_byname" in ctype_byname()
1294 __throw_runtime_error("ctype_byname<char>::ctype_byname" in ctype_byname()
1339 __throw_runtime_error("ctype_byname<wchar_t>::ctype_byname" in ctype_byname()
[all …]
H A Drandom.cpp147 __throw_runtime_error("random_device failed to obtain enough bytes");
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc101 __throw_runtime_error(__N("locale::facet::_S_create_c_locale " in _S_create_c_locale()
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc141 __throw_runtime_error(__N("locale::facet::_S_create_c_locale " in _S_create_c_locale()
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dc_locale.cc175 __throw_runtime_error("attempt to create locale from unknown name"); in _S_create_c_locale()
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
H A Dcodecvt_specializations.h133 __throw_runtime_error("creating iconv input descriptor failed."); in _M_init()
139 __throw_runtime_error("creating iconv output descriptor failed."); in _M_init()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h175 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_BEGIN_NAMESPACE()
182 std::__throw_runtime_error(__N("encoding_state::_M_init " in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dstdexcept218 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
H A D__locale236 __throw_runtime_error("locale::combine: locale missing facet");
1565 __throw_runtime_error("locale not supported");
1601 __throw_runtime_error("locale not supported");
1659 __throw_runtime_error("locale not supported");
1695 __throw_runtime_error("locale not supported");
H A D__std_stream87 __throw_runtime_error("unsupported locale for standard input");
H A Dlocale3082 __throw_runtime_error("money_get error");
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom1425 std::__throw_runtime_error(__N("random_device::"
1449 std::__throw_runtime_error(__N("random_device::_M_strtoul"
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20015253 (locale::_Imp::_M_replace_facet): Use __throw_runtime_error.
5255 (locale::locale(const char*)): Use __throw_runtime_error.
5257 (locale::_S_normalize_category): Use __throw_runtime_error.