Home
last modified time | relevance | path

Searched refs:format_to (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dformat79 Out format_to(Out out, format-string<Args...> fmt, Args&&... args);
81 Out format_to(Out out, wformat-string<Args...> fmt, Args&&... args);
83 Out format_to(Out out, const locale& loc, format-string<Args...> fmt, Args&&... args);
85 Out format_to(Out out, const locale& loc, wformat-string<Args...> fmt, Args&&... args);
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc37 using std::format_to;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h440 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
447 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
573 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
580 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h101 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
106 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
122 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
127 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1317 SYMBOL(format_to, std::, <format>)