Home
last modified time | relevance | path

Searched refs:make_wformat_args (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h77 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args in make_wformat_args() function
449 return std::vformat_to(std::move(__out_it), __fmt.get(), std::make_wformat_args(__args...)); in format_to()
524 return std::vformat(__fmt.get(), std::make_wformat_args(__args...)); in format()
550 …at_to_n<wformat_context>(std::move(__out_it), __n, __fmt.get(), std::make_wformat_args(__args...)); in format_to_n()
572 return std::__vformatted_size(__fmt.get(), basic_format_args{std::make_wformat_args(__args...)}); in formatted_size()
621 …return std::vformat_to(std::move(__out_it), std::move(__loc), __fmt.get(), std::make_wformat_args(… in format_to()
657 return std::vformat(std::move(__loc), __fmt.get(), std::make_wformat_args(__args...)); in format()
687 std::move(__out_it), __n, std::move(__loc), __fmt.get(), std::make_wformat_args(__args...)); in format_to_n()
710 …ormatted_size(std::move(__loc), __fmt.get(), basic_format_args{std::make_wformat_args(__args...)}); in formatted_size()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
H A Dformat.inc79 using std::make_wformat_args;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat186 make_wformat_args(Args&... args);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2135 SYMBOL(make_wformat_args, std::, <format>)