Searched refs:__throw_format_error (Results 1 – 6 of 6) sorted by relevance
55 __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 …]
57 __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()
120 __throw_format_error("The numeric value of the format-spec is too large"); in __parse_number()149 __throw_format_error( in __parse_arg_id()
125 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");
38 __throw_format_error(const char* __s) { in __throw_format_error() function
263 __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 …]