Searched refs:__vformat_to (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__format/ |
H A D | format_functions.h | 292 __vformat_to(_ParseCtx&& __parse_ctx, _Ctx&& __ctx) { in __vformat_to() function 391 __vformat_to( in requires() 411 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args); in vformat_to() 418 return _VSTD::__vformat_to(_VSTD::move(__out_it), __fmt, __args); in vformat_to() 519 __vformat_to( in requires() 523 return _VSTD::__format::__vformat_to( in requires() 528 _VSTD::__format::__vformat_to( in requires() 538 return _VSTD::__vformat_to(_VSTD::move(__out_it), _VSTD::move(__loc), __fmt, in vformat_to() 546 return _VSTD::__vformat_to(_VSTD::move(__out_it), _VSTD::move(__loc), __fmt, in vformat_to() 607 _VSTD::__format::__vformat_to( in __vformat_to_n() [all …]
|