Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__format/
H A Dformat_parse_context.h67 __throw_format_error("Using automatic argument numbering in manual " in next_arg_id()
76 __throw_format_error("Using manual argument numbering in automatic " in check_arg_id()
90 __throw_format_error("Argument index outside the valid range"); in check_arg_id()
H A Dformat_error.h41 __throw_format_error(const char* __s) { in __throw_format_error() function