Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h60 __parse_ctx.check_arg_id(0); in __parse_zero() argument
67 size_t __value = __parse_ctx.next_arg_id(); in __parse_automatic() argument
78 __parse_manual(_Iterator __begin,_Iterator __end,auto & __parse_ctx) __parse_manual() argument
143 __parse_arg_id(_Iterator __begin,_Iterator __end,auto & __parse_ctx) __parse_arg_id() argument
[all...]
H A Dformat_functions.h161basic_format_parse_context<_CharT>& __parse_ctx, __compile_time_basic_format_context<_CharT>& __ct… in __compile_time_validate_argument()
194 basic_format_parse_context<_CharT>& __parse_ctx, in __compile_time_visit_format_arg()
246 __handle_replacement_field(_Iterator __begin, _Iterator __end, _ParseCtx& __parse_ctx, _Ctx& __ctx)… in __handle_replacement_field()
299 _LIBCPP_HIDE_FROM_ABI constexpr typename _Ctx::iterator __vformat_to(_ParseCtx&& __parse_ctx, _Ctx&… in __vformat_to()
H A Dformat_arg.h358 …_LIBCPP_HIDE_FROM_ABI void format(basic_format_parse_context<char_type>& __parse_ctx, _Context& __… in format()