/openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
H A D | functexcept.cc | 76 __throw_runtime_error(const char* __s) in __throw_runtime_error() function 132 __throw_runtime_error(const char*)
|
H A D | locale.cc | 284 __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 D | localename.cc | 354 __throw_runtime_error("no locale facet"); in _M_replace_facet()
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | functexcept.cc | 83 __throw_runtime_error(const char* __s) in __throw_runtime_error() function 139 __throw_runtime_error(const char*)
|
H A D | locale.cc | 180 __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 D | localename.cc | 143 __throw_runtime_error(__N("locale::locale NULL not valid")); in locale()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | functexcept.h | 70 __throw_runtime_error(const char* __s);
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | functexcept.h | 78 __throw_runtime_error(const char*) __attribute__((__noreturn__));
|
H A D | stl_list.h | 1180 __throw_runtime_error(__N("list::_M_check_equal_allocators")); in _M_check_equal_allocators()
|
/openbsd-src/gnu/llvm/libcxx/src/ |
H A D | locale.cpp | 119 _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 D | random.cpp | 147 __throw_runtime_error("random_device failed to obtain enough bytes");
|
/openbsd-src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | c_locale.cc | 101 __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 D | c_locale.cc | 141 __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 D | c_locale.cc | 175 __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 D | codecvt_specializations.h | 133 __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 D | codecvt_specializations.h | 175 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 D | stdexcept | 218 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_runtime_error(const char*);
|
H A D | __locale | 236 __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_stream | 87 __throw_runtime_error("unsupported locale for standard input");
|
H A D | locale | 3082 __throw_runtime_error("money_get error");
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random | 1425 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 D | ChangeLog-2001 | 5253 (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.
|