Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h55 __throw_format_error("End of input while parsing format-spec arg-id"); in __parse_arg_id()
61 __throw_format_error("Invalid arg-id"); in __parse_arg_id()
76 __throw_format_error("A format-spec arg-id replacement shouldn't " in __substitute_arg_id()
83 __throw_format_error("A format-spec arg-id replacement exceeds " in __substitute_arg_id()
88 __throw_format_error("Argument index out of bounds"); in __substitute_arg_id()
90 __throw_format_error("A format-spec arg-id replacement argument " in __substitute_arg_id()
281 __throw_format_error("The format-spec should consume the input or end with a '}'");
411 __throw_format_error("A format-spec width field shouldn't have a leading zero"); in __parse_width()
439 __throw_format_error("End of input while parsing format-spec precision"); in __parse_precision()
572 std::__throw_format_error("A sign field isn't allowed in this format-spec"); in __process_display_type_bool_string()
[all …]
H A Dformat_parse_context.h57 __throw_format_error("Using automatic argument numbering in manual " in next_arg_id()
66 __throw_format_error("Using manual argument numbering in automatic " in check_arg_id()
80 __throw_format_error("Argument index outside the valid range"); in check_arg_id()
H A Dformat_string.h120 __throw_format_error("The numeric value of the format-spec is too large"); in __parse_number()
149 __throw_format_error( in __parse_arg_id()
H A Dformatter_integral.h125 std::__throw_format_error("Integral value outside the range of the char type");
129 std::__throw_format_error("Integral value outside the range of the char type");
133 std::__throw_format_error("Integral value outside the range of the char type");
H A Dformat_error.h38 __throw_format_error(const char* __s) { in __throw_format_error() function
/llvm-project-15.0.7/libcxx/include/
H A Dformat263 __throw_format_error("Argument index out of bounds");
269 __throw_format_error("Argument index out of bounds");
294 __throw_format_error("Argument isn't an integral type");
335 __throw_format_error("Invalid argument");
348 __throw_format_error("Invalid argument");
359 __throw_format_error("Invalid argument");
377 __throw_format_error("Invalid argument");
398 __throw_format_error(
412 __throw_format_error("Argument index out of bounds");
445 __throw_format_error("The format string terminates at a '{'");
[all …]