Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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()
173 std::__throw_format_error("The chrono specifiers contain a '{'"); in __parse_chrono_specs()
304 std::__throw_format_error("The date time type specifier is invalid"); in __parse_conversion_spec()
314 std::__throw_format_error("End of input while parsing the modifier E"); in __parse_modifier_E()
[all …]
H A Dformatter.h522 std::__throw_format_error("Formatting a weekday name needs a valid weekday"); in __format_chrono()
525 std::__throw_format_error("Formatting a weekday needs a valid weekday"); in __format_chrono()
528 std::__throw_format_error("Formatting a day of year needs a valid date"); in __format_chrono()
531 std::__throw_format_error("Formatting a week of year needs a valid date"); in __format_chrono()
534 std::__throw_format_error("Formatting a month name from an invalid month number"); in __format_chrono()
553 std::__throw_format_error("Formatting a hour needs a valid value"); in __format_chrono()
H A Dconvert_to_tm.h172 std::__throw_format_error("Formatting hh_mm_ss, encountered an hour overflow"); in __convert_to_tm()
/freebsd-14.2/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()
114 std::__throw_format_error("An argument index may not have a negative value"); in __substitute_arg_id()
228 std::__throw_format_error("The type does not fit in the mask"); in __create_type_mask()
406 std::__throw_format_error("The format specifier does not allow the n option");
581 std::__throw_format_error("The fill option contains an invalid value");
583 std::__throw_format_error("The fill option contains an invalid value");
633 std::__throw_format_error("The fill option contains an invalid value");
[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.h178 …std::__throw_format_error("Replacement argument isn't a standard signed or unsigned integer type"); in __compile_time_validate_argument()
200 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
213 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
224 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
240 std::__throw_format_error("Handle should use __compile_time_validate_handle_argument"); in __compile_time_visit_format_arg()
242 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
252 std::__throw_format_error("The argument index should end with a ':' or a '}'"); in __handle_replacement_field()
265 std::__throw_format_error("The argument index should end with a ':' or a '}'"); in __handle_replacement_field()
294 std::__throw_format_error("The replacement field misses a terminating '}'"); in __handle_replacement_field()
312 std::__throw_format_error("The format string terminates at a '{'"); in __vformat_to()
[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.h176 std::__throw_format_error("Re-targeting handle not supported");