Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_context.h70 using wformat_context = basic_format_context< variable
81 _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wformat_context)) in _LIBCPP_PREFERRED_NAME()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.formatter/format.context/
H A Dtypes.compile.pass.cpp120 static_assert(is_basic_format_context_specialization<std::wformat_context, wchar_t>);
123 std::wformat_context,
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.arg.store/
H A Dmake_wformat_args.pass.cpp28 …std::same_as<decltype(store), std::__format_arg_store<std::wformat_context, int, nullptr_t, bool, … in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dtypes.compile.pass.cpp27 std::basic_format_args<std::wformat_context>>);
/llvm-project-15.0.7/libcxx/include/
H A Dformat19 using wformat_context = basic_format_context<unspecified, wchar_t>;
24 using wformat_args = basic_format_args<wformat_context>;
129 format-arg-store<wformat_context, Args...>
198 using wformat_args = basic_format_args<wformat_context>;
208 _LIBCPP_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&&... __…
209 return _VSTD::__format_arg_store<wformat_context, _Args...>(__args...);
634 …return _VSTD::__vformat_to_n<wformat_context>(_VSTD::move(__out_it), __n, __fmt.get(), _VSTD::make…
773 …return _VSTD::__vformat_to_n<wformat_context>(_VSTD::move(__out_it), __n, _VSTD::move(__loc), __fm…
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat_tests.h43 using type = std::wformat_context;