Searched refs:__vformat_to (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_functions.h292 __vformat_to(_ParseCtx&& __parse_ctx, _Ctx&& __ctx) { function in namespace:__format
340 __format::__vformat_to(basic_format_parse_context<_CharT>{__str_, sizeof...(_Args)},
391 __vformat_to( function
395 return _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
399 _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
411 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args);
418 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args);
473 _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
496 _VSTD::__format::__vformat_to(basic_format_parse_context{__fmt, __args.__size()},
519 __vformat_to( function
[all...]

Completed in 166 milliseconds