Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp71 std::__throw_runtime_error("corrupt tzdb: expected whitespace"); in __skip_mandatory_whitespace()
98 …std::__throw_runtime_error((string("corrupt tzdb: expected character '") + __expected + '\'').c_st… in __matches()
104 …std::__throw_runtime_error((string("corrupt tzdb: expected string '") + string(__expected) + '\'')… in __matches()
119 std::__throw_runtime_error("corrupt tzdb: expected a string"); in __parse_string()
133 std::__throw_runtime_error("corrupt tzdb: expected a digit"); in __parse_integral()
136 std::__throw_runtime_error("corrupt tzdb: expected a non-zero digit"); in __parse_integral()
155 std::__throw_runtime_error("corrupt tzdb: integral too large"); in __parse_integral()
169 std::__throw_runtime_error("corrupt tzdb day: value too large"); in __parse_day()
212 std::__throw_runtime_error("corrupt tzdb weekday: invalid name"); in __parse_weekday()
281 std::__throw_runtime_error("corrupt tzdb month: invalid name"); in __parse_month()
[all …]
H A Dtime_zone.cpp131 std::__throw_runtime_error( in __format()
149 std::__throw_runtime_error( in __format()
165 std::__throw_runtime_error( in __format()
173 …std::__throw_runtime_error("corrupt tzdb FORMAT field: input ended with the start of the escape se… in __format()
176 std::__throw_runtime_error("corrupt tzdb FORMAT field: result is empty"); in __format()
310 std::__throw_runtime_error(("corrupt tzdb: rule '" + __rule_name + " 'does not exist").c_str()); in __get_rules()
337 std::__throw_runtime_error("corrupt tzdb: rule has zero entries"); in __letters_before_first_rule()
904 std::__throw_runtime_error("tzdb: corrupt db"); in __get_info()
/src/contrib/llvm-project/libcxx/src/
H A Dstdexcept.cpp22 _LIBCPP_NORETURN void __throw_runtime_error(const char* msg) { in __throw_runtime_error() function
H A Dlocale.cpp537 …: __locale_(name ? new __imp(name) : (__throw_runtime_error("locale constructed with null"), nullp… in locale()
545 : (__throw_runtime_error("locale constructed with null"), nullptr)) { in locale()
605 __throw_runtime_error( in collate_byname()
615 __throw_runtime_error( in collate_byname()
649 __throw_runtime_error( in collate_byname()
659 __throw_runtime_error( in collate_byname()
1047 __throw_runtime_error( in ctype_byname()
1057 __throw_runtime_error( in ctype_byname()
1092 __throw_runtime_error( in ctype_byname()
1102 __throw_runtime_error( in ctype_byname()
[all …]
H A Drandom.cpp115 __throw_runtime_error("random_device failed to obtain enough bytes");
H A Dstd_stream.h89 __throw_runtime_error("unsupported locale for standard input"); in imbue()
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dtzdb.h64 std::__throw_runtime_error("tzdb: requested time zone not found"); in locate_zone()
/src/contrib/llvm-project/libcxx/include/
H A Dstdexcept212 _LIBCPP_NORETURN _LIBCPP_EXPORTED_FROM_ABI void __throw_runtime_error(const char*);
H A D__locale156 __throw_runtime_error("locale::combine: locale missing facet");
1298 __throw_runtime_error("locale not supported");
1326 __throw_runtime_error("locale not supported");
1370 __throw_runtime_error("locale not supported");
1398 __throw_runtime_error("locale not supported");
H A Dprint280 …std::__throw_runtime_error("No defintion of _LIBCPP_TESTING_PRINT_WRITE_TO_WINDOWS_CONSOLE_FUNCTIO…
H A Dlocale2672 __throw_runtime_error("money_get error");