Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp75 std::__throw_runtime_error("corrupt tzdb: expected whitespace"); in __skip_mandatory_whitespace()
104 std::__throw_runtime_error( in __matches()
113 std::__throw_runtime_error( in __matches()
132 std::__throw_runtime_error("corrupt tzdb: expected a string"); in __parse_string()
146 std::__throw_runtime_error("corrupt tzdb: expected a digit"); in __parse_integral()
149 std::__throw_runtime_error("corrupt tzdb: expected a non-zero digit"); in __parse_integral()
168 std::__throw_runtime_error("corrupt tzdb: integral too large"); in __parse_integral()
182 std::__throw_runtime_error("corrupt tzdb day: value too large"); in __parse_day()
225 std::__throw_runtime_error("corrupt tzdb weekday: invalid name"); in __parse_weekday()
294 std::__throw_runtime_error("corrupt tzdb month: invalid name"); in __parse_month()
[all …]
H A Dtime_zone.cpp140 std::__throw_runtime_error( in __format()
158 std::__throw_runtime_error( in __format()
174 std::__throw_runtime_error( in __format()
182 …std::__throw_runtime_error("corrupt tzdb FORMAT field: input ended with the start of the escape se… in __format()
185 std::__throw_runtime_error("corrupt tzdb FORMAT field: result is empty"); in __format()
319 std::__throw_runtime_error(("corrupt tzdb: rule '" + __rule_name + " 'does not exist").c_str()); in __get_rules()
346 std::__throw_runtime_error("corrupt tzdb: rule has zero entries"); in __letters_before_first_rule()
913 std::__throw_runtime_error("tzdb: corrupt db"); in __get_info()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstdexcept.cpp22 void __throw_runtime_error(const char* msg) { in __throw_runtime_error() function
H A Dlocale.cpp533 …: __locale_(name ? new __imp(name) : (__throw_runtime_error("locale constructed with null"), nullp… in locale()
541 : (__throw_runtime_error("locale constructed with null"), nullptr)) { in locale()
601 std::__throw_runtime_error( in collate_byname()
611 std::__throw_runtime_error( in collate_byname()
645 std::__throw_runtime_error( in collate_byname()
655 std::__throw_runtime_error( in collate_byname()
963 std::__throw_runtime_error( in ctype_byname()
973 std::__throw_runtime_error( in ctype_byname()
1008 std::__throw_runtime_error( in ctype_byname()
1018 std::__throw_runtime_error( in ctype_byname()
[all …]
H A Drandom.cpp116 std::__throw_runtime_error("random_device failed to obtain enough bytes");
H A Dstd_stream.h89 std::__throw_runtime_error("unsupported locale for standard input"); in imbue()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb.h66 std::__throw_runtime_error("tzdb: requested time zone not found"); in locate_zone()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstdexcept212 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void __throw_runtime_error(const char*);
H A D__locale154 __throw_runtime_error("locale::combine: locale missing facet");
1292 __throw_runtime_error("locale not supported");
1320 __throw_runtime_error("locale not supported");
1364 __throw_runtime_error("locale not supported");
1392 __throw_runtime_error("locale not supported");
H A Dlocale2672 __throw_runtime_error("money_get error");
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdexcept215 [[__noreturn__]] _LIBCPP_EXPORTED_FROM_ABI void __throw_runtime_error(const char*);
H A D__locale94 __throw_runtime_error("locale::combine: locale missing facet");
1291 std::__throw_runtime_error("locale not supported");
1319 std::__throw_runtime_error("locale not supported");
1363 std::__throw_runtime_error("locale not supported");
1391 std::__throw_runtime_error("locale not supported");
H A Dprint283 …std::__throw_runtime_error("No defintion of _LIBCPP_TESTING_PRINT_WRITE_TO_WINDOWS_CONSOLE_FUNCTIO…
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dmoney.h504 std::__throw_runtime_error("money_get error"); in do_get()