Searched refs:vformat_to (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_functions.h | 425 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, f… in vformat_to() function 432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() function 440 return std::vformat_to(std::move(__out_it), __fmt.get(), std::make_format_args(__args...)); in format_to() 447 return std::vformat_to(std::move(__out_it), __fmt.get(), std::make_wformat_args(__args...)); in format_to() 456 std::vformat_to(std::back_inserter(__res), __fmt, __args); in vformat() 467 std::vformat_to(std::back_inserter(__res), __fmt, __args); in vformat() 557 vformat_to(_OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to() function 564 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to() function 572 …return std::vformat_to(std::move(__out_it), std::move(__loc), __fmt.get(), std::make_format_args(_… in format_to() 579 …return std::vformat_to(std::move(__out_it), std::move(__loc), __fmt.get(), std::make_wformat_args(… in format_to() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | format | 88 Out vformat_to(Out out, string_view fmt, format_args args); 90 Out vformat_to(Out out, wstring_view fmt, wformat_args args); 92 Out vformat_to(Out out, const locale& loc, string_view fmt, 95 Out vformat_to(Out out, const locale& loc, wstring_view fmt,
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | format.cppm |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3074 SYMBOL(vformat_to, std::, <format>)
|