Home
last modified time | relevance | path

Searched defs:__parse_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h59 __parse_zero(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_zero()
66 __parse_automatic(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_automatic()
75 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_manual()
135 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id()
H A Dformat_functions.h162 __compile_time_validate_argument(basic_format_parse_context<_CharT> & __parse_ctx,__compile_time_basic_format_context<_CharT> & __ctx) __compile_time_validate_argument() argument
195 __compile_time_visit_format_arg(basic_format_parse_context<_CharT> & __parse_ctx,__compile_time_basic_format_context<_CharT> & __ctx,__arg_t __type) __compile_time_visit_format_arg() argument
247 __handle_replacement_field(_Iterator __begin,_Iterator __end,_ParseCtx & __parse_ctx,_Ctx & __ctx) __handle_replacement_field() argument
300 __vformat_to(_ParseCtx && __parse_ctx,_Ctx && __ctx) __vformat_to() argument
[all...]
H A Dformat_arg.h259 format(basic_format_parse_context<char_type> & __parse_ctx,_Context & __ctx) format() argument