Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h119 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
124 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
140 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
145 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
219 std::format_to(__out_it, _LIBCPP_STATICALLY_WIDEN(_CharT, "{:02}"), __hms.hours().count()); in __format_zone_offset()
222 std::format_to(__out_it, _LIBCPP_STATICALLY_WIDEN(_CharT, "{:02}"), __hms.minutes().count()); in __format_zone_offset()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
H A Dformat.inc37 using std::format_to;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h441 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
448 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
613 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
620 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp69 return std::format_to( in format()
152 std::format_to(std::back_inserter(__result), "{:%H%M}", __offset); in __format()
154 std::format_to(std::back_inserter(__result), "{:%H}", __offset); in __format()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dinteger_to_string.h478 format_to(cpp::span<char> buffer, T value) { in format_to() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1340 SYMBOL(format_to, std::, <format>)