Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h402 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; variable
446 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
481 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
507 format_to_n(_OutIt __out_it, iter_difference_t<_OutIt> __n, wformat_string<_Args...> __fmt, _Args&&… in format_to_n()
529 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
578 format_to(_OutIt __out_it, locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
614 format(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
643 …_OutIt __out_it, iter_difference_t<_OutIt> __n, locale __loc, wformat_string<_Args...> __fmt, _Arg… in format_to_n()
667 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
/src/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc29 using std::wformat_string;
/src/contrib/llvm-project/libcxx/include/
H A Dformat42 …using wformat_string = // since C++23, exposition only before…