Searched refs:wformat_string (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_functions.h | 404 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 D | format.cppm | |
| H A D | format.inc | 29 using std::wformat_string;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | format | 42 …using wformat_string = // since C++23, exposition only before…
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3318 SYMBOL(wformat_string, std::, <format>)
|