Home
last modified time | relevance | path

Searched refs:__throw_format_error (Results 1 – 12 of 12) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h75 std::__throw_format_error("The supplied date time doesn't contain a second"); in __validate_second()
80 std::__throw_format_error("The supplied date time doesn't contain a minute"); in __validate_minute()
85 std::__throw_format_error("The supplied date time doesn't contain an hour"); in __validate_hour()
90 std::__throw_format_error("The supplied date time doesn't contain a time"); in __validate_time()
95 std::__throw_format_error("The supplied date time doesn't contain a day"); in __validate_day()
100 std::__throw_format_error("The supplied date time doesn't contain a month"); in __validate_month()
105 std::__throw_format_error("The supplied date time doesn't contain a year"); in __validate_year()
110 std::__throw_format_error("The supplied date time doesn't contain a date"); in __validate_date()
115 std::__throw_format_error("The supplied date time doesn't contain a date or duration"); in __validate_date_or_duration()
120 std::__throw_format_error("The supplied date time doesn't contain a date and time"); in __validate_date_time()
[all …]
H A Dformatter.h650 std::__throw_format_error("Formatting a weekday name needs a valid weekday"); in __format_chrono()
653 std::__throw_format_error("Formatting a weekday needs a valid weekday"); in __format_chrono()
656 std::__throw_format_error("Formatting a day of year needs a valid date"); in __format_chrono()
659 std::__throw_format_error("Formatting a week of year needs a valid date"); in __format_chrono()
662 std::__throw_format_error("Formatting a month name from an invalid month number"); in __format_chrono()
681 std::__throw_format_error("Formatting a hour needs a valid value"); in __format_chrono()
H A Dconvert_to_tm.h176 std::__throw_format_error("Formatting hh_mm_ss, encountered an hour overflow"); in __convert_to_tm()
/src/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h57 std::__throw_format_error( in __throw_invalid_option_format_error()
62 std::__throw_format_error( in __throw_invalid_type_format_error()
73 std::__throw_format_error("End of input while parsing an argument index"); in __parse_arg_id()
78 std::__throw_format_error("The argument index is invalid"); in __parse_arg_id()
98 …std::__throw_format_error("The argument index value is too large for the number of arguments suppl… in __substitute_arg_id()
114 std::__throw_format_error("An argument index may not have a negative value"); in __substitute_arg_id()
119 std::__throw_format_error("The value of the argument index exceeds its maximum value"); in __substitute_arg_id()
123 …std::__throw_format_error("Replacement argument isn't a standard signed or unsigned integer type"); in __substitute_arg_id()
227 std::__throw_format_error("The type does not fit in the mask"); in __create_type_mask()
367 std::__throw_format_error("The format specification does not allow the sign option");
[all …]
H A Drange_formatter.h85 std::__throw_format_error("The format specifier should consume the input or end with a '}'"); in parse()
98 std::__throw_format_error("The format specifier should consume the input or end with a '}'"); in parse()
106 std::__throw_format_error("The n option and type s can't be used together"); in parse()
107 std::__throw_format_error("The n option and type ?s can't be used together"); in parse()
111 … std::__throw_format_error("Type s and an underlying format specification can't be used together"); in parse()
112 …std::__throw_format_error("Type ?s and an underlying format specification can't be used together"); in parse()
221 std::__throw_format_error("Type m requires a pair or a tuple with two elements"); in __parse_type()
229 std::__throw_format_error("Type s requires character type as formatting argument"); in __parse_type()
235 … std::__throw_format_error("The format specifier should consume the input or end with a '}'"); in __parse_type()
240 std::__throw_format_error("Type ?s requires character type as formatting argument"); in __parse_type()
H A Dformat_parse_context.h50 … std::__throw_format_error("Using automatic argument numbering in manual argument numbering mode"); in next_arg_id()
64 std::__throw_format_error("Argument index outside the valid range"); in next_arg_id()
70 … std::__throw_format_error("Using manual argument numbering in automatic argument numbering mode"); in check_arg_id()
83 std::__throw_format_error("Argument index outside the valid range"); in check_arg_id()
H A Dformat_functions.h105 …: __parse_([](basic_format_parse_context<_CharT>&) { std::__throw_format_error("Not a handle"); })… in __compile_time_handle()
132 …std::__throw_format_error("The argument index value is too large for the number of arguments suppl… in arg()
138 …std::__throw_format_error("The argument index value is too large for the number of arguments suppl… in __handle()
177 …std::__throw_format_error("Replacement argument isn't a standard signed or unsigned integer type"); in __compile_time_validate_argument()
199 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
212 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
223 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
239 std::__throw_format_error("Handle should use __compile_time_validate_handle_argument"); in __compile_time_visit_format_arg()
241 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
251 std::__throw_format_error("The argument index should end with a ':' or a '}'"); in __handle_replacement_field()
[all …]
H A Dformat_string.h119 std::__throw_format_error("The numeric value of the format specifier is too large"); in __parse_number()
149 std::__throw_format_error("The argument index starts with an invalid character"); in __parse_arg_id()
H A Dformatter_tuple.h63 std::__throw_format_error("Type m requires a pair or a tuple with two elements"); in parse()
67 std::__throw_format_error("The format specifier should consume the input or end with a '}'"); in parse()
H A Dformat_error.h38 _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __throw_format_error(const char* __s) { in __throw_format_error() function
H A Dformatter_integral.h135 std::__throw_format_error("Integral value outside the range of the char type");
139 std::__throw_format_error("Integral value outside the range of the char type");
143 std::__throw_format_error("Integral value outside the range of the char type");
H A Dformat_context.h177 std::__throw_format_error("Re-targeting handle not supported");