Searched refs:wformat_args (Results 1 – 4 of 4) 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 | 65 using wformat_args = basic_format_args<wformat_context>; variable 432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() 465 vformat(wstring_view __fmt, wformat_args __args) { in vformat() 564 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to() 598 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | format.cppm |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 3239 SYMBOL(wformat_args, std::, <format>)
|