Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h404 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; variable
448 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
523 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
549 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, _Args&&… in format_to_n()
571 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
620 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
656 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
685 …_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, wformat_string<_Args...> __fmt, _Arg… in format_to_n()
709 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
H A Dformat.inc29 using std::wformat_string;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat42 …using wformat_string = // since C++23, exposition only before…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3318 SYMBOL(wformat_string, std::, <format>)