Searched refs:wformat_args (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | format | 24 using wformat_args = basic_format_args<wformat_context>; 74 wstring vformat(wstring_view fmt, wformat_args args); 76 wstring vformat(const locale& loc, wstring_view fmt, wformat_args args); 90 Out vformat_to(Out out, wstring_view fmt, wformat_args args); 96 wformat_args args);
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_functions.h | 67 using wformat_args = basic_format_args<wformat_context>; variable 434 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() 504 vformat(wstring_view __fmt, wformat_args __args) { in vformat() 606 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to() 640 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | format.cppm | |
| H A D | format.inc | 22 using std::wformat_args;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3315 SYMBOL(wformat_args, std::, <format>)
|