Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h71 using wformat_context = basic_format_context< back_insert_iterator<__format::__output_buffer<wchar_… variable
80 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wformat_context)) in _LIBCPP_PREFERRED_NAME()
H A Dformat_functions.h65 using wformat_args = basic_format_args<wformat_context>;
75 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args… in make_wformat_args()
76 return std::__format_arg_store<wformat_context, _Args...>(__args...); in make_wformat_args()
508 …return std::__vformat_to_n<wformat_context>(std::move(__out_it), __n, __fmt.get(), std::make_wform… in format_to_n()
644 return std::__vformat_to_n<wformat_context>( in format_to_n()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat19 using wformat_context = basic_format_context<unspecified, wchar_t>;
24 using wformat_args = basic_format_args<wformat_context>;
182 format-arg-store<wformat_context, Args...>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3240 SYMBOL(wformat_context, std::, <format>)