Home
last modified time | relevance | path

Searched refs:formatted_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat118 size_t formatted_size(format-string<Args...> fmt, Args&&... args);
120 size_t formatted_size(wformat-string<Args...> fmt, Args&&... args);
122 size_t formatted_size(const locale& loc, format-string<Args...> fmt, Args&&... args);
124 size_t formatted_size(const locale& loc, wformat-string<Args...> fmt, Args&&... args);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h522 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
529 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
660 formatted_size(locale __loc, format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
667 formatted_size(locale __loc, wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1320 SYMBOL(formatted_size, std::, <format>)