Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h467 std::__throw_format_error("formatting a weekday name needs a valid weekday");
470 std::__throw_format_error("formatting a weekday needs a valid weekday");
473 std::__throw_format_error("formatting a day of year needs a valid date");
476 std::__throw_format_error("formatting a week of year needs a valid date");
479 std::__throw_format_error("formatting a month name from an invalid month number");
/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dparser_std_format_spec.h56 std::__throw_format_error("End of input while parsing format-spec arg-id"); in __parse_arg_id()
61 std::__throw_format_error("Invalid arg-id"); in __parse_arg_id()
84 … std::__throw_format_error("A format-spec arg-id replacement shouldn't have a negative value"); in __substitute_arg_id()
90 … std::__throw_format_error("A format-spec arg-id replacement exceeds the maximum supported value"); in __substitute_arg_id()
94 std::__throw_format_error("Argument index out of bounds"); in __substitute_arg_id()
96 … std::__throw_format_error("A format-spec arg-id replacement argument isn't an integral type"); in __substitute_arg_id()
304 std::__throw_format_error("The format-spec should consume the input or end with a '}'");
401 … std::__throw_format_error("The format-spec range-fill field contains an invalid character"); in __parse_fill_align()
403 std::__throw_format_error("The format-spec fill field contains an invalid character"); in __parse_fill_align()
457 std::__throw_format_error("A format-spec width field shouldn't have a leading zero"); in __parse_width()
[all …]
H A Drange_formatter.h88 std::__throw_format_error("The n option and type s can't be used together"); in parse()
89 std::__throw_format_error("The n option and type ?s can't be used together"); in parse()
93 … std::__throw_format_error("Type s and an underlying format specification can't be used together"); in parse()
94 …std::__throw_format_error("Type ?s and an underlying format specification can't be used together"); in parse()
111 std::__throw_format_error("The format-spec should consume the input or end with a '}'"); in parse()
222 …std::__throw_format_error("The range-format-spec type m requires two elements for a pair or tuple"… in __parse_type()
230 … std::__throw_format_error("The range-format-spec type s requires formatting a character type"); in __parse_type()
236 std::__throw_format_error("The format-spec should consume the input or end with a '}'"); in __parse_type()
241 … std::__throw_format_error("The range-format-spec type ?s requires formatting a character type"); in __parse_type()
H A Dformat_functions.h104 …: __parse_([](basic_format_parse_context<_CharT>&) { std::__throw_format_error("Not a handle"); })… in __compile_time_handle()
131 std::__throw_format_error("Argument index out of bounds"); in arg()
137 std::__throw_format_error("Argument index out of bounds"); in __handle()
162 std::__throw_format_error("Argument isn't an integral type"); in __compile_time_validate_integral()
194 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
207 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
218 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
234 std::__throw_format_error("Handle should use __compile_time_validate_handle_argument"); in __compile_time_visit_format_arg()
236 std::__throw_format_error("Invalid argument"); in __compile_time_visit_format_arg()
256 std::__throw_format_error("The replacement field arg-id should terminate at a ':' or '}'"); in __handle_replacement_field()
[all …]
H A Dformat_parse_context.h57 … std::__throw_format_error("Using automatic argument numbering in manual argument numbering mode"); in next_arg_id()
65 … std::__throw_format_error("Using manual argument numbering in automatic argument numbering mode"); in check_arg_id()
78 std::__throw_format_error("Argument index outside the valid range"); in check_arg_id()
H A Dformat_string.h123 std::__throw_format_error("The numeric value of the format-spec is too large"); in __parse_number()
152 std::__throw_format_error("The arg-id of the format-spec starts with an invalid character"); in __parse_arg_id()
H A Dformatter_tuple.h73 std::__throw_format_error("The format specifier m requires a pair or a two-element tuple"); in parse()
80 std::__throw_format_error("The format-spec should consume the input or end with a '}'"); in parse()
H A Dformatter_integral.h126 std::__throw_format_error("Integral value outside the range of the char type");
130 std::__throw_format_error("Integral value outside the range of the char type");
134 std::__throw_format_error("Integral value outside the range of the char type");
H A Dformat_error.h42 __throw_format_error(const char* __s) { in __throw_format_error() function
H A Dformat_context.h188 std::__throw_format_error("Re-targeting handle not supported");