Home
last modified time | relevance | path

Searched refs:format_to (Results 1 – 6 of 6) 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.h110 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
115 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
131 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
136 std::format_to(std::ostreambuf_iterator<_CharT>{__sstr}, in __format_sub_seconds()
212 std::format_to(__out_it, _LIBCPP_STATICALLY_WIDEN(_CharT, "{:02}"), __hms.hours().count()); in __format_zone_offset()
215 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
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h439 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
446 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
571 format_to(_OutIt __out_it, locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() function
578 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.cpp60 return std::format_to( in format()
143 std::format_to(std::back_inserter(__result), "{:%H%M}", __offset); in __format()
145 std::format_to(std::back_inserter(__result), "{:%H}", __offset); in __format()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1317 SYMBOL(format_to, std::, <format>)