Home
last modified time | relevance | path

Searched refs:basic_format_args (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dctor.pass.cpp26 ASSERT_NOEXCEPT(std::basic_format_args<Context>{}); in test()
28 std::basic_format_args<Context> format_args{}; in test()
33 ASSERT_NOEXCEPT(std::basic_format_args<Context>{store}); in test()
34 std::basic_format_args<Context> format_args{store}; in test()
40 ASSERT_NOEXCEPT(std::basic_format_args<Context>{store}); in test()
41 std::basic_format_args<Context> format_args{store}; in test()
48 ASSERT_NOEXCEPT(std::basic_format_args<Context>{store}); in test()
49 std::basic_format_args<Context> format_args{store}; in test()
H A Dtypes.compile.pass.cpp24 std::basic_format_args<std::format_context>>);
27 std::basic_format_args<std::wformat_context>>);
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/
H A Dout.pass.cpp24 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test()
42 test(std::basic_format_args( in test()
46 test(std::basic_format_args( in test()
51 test(std::basic_format_args( in test()
55 test(std::basic_format_args( in test()
59 test(std::basic_format_args( in test()
H A Dadvance_to.pass.cpp24 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test()
45 test(std::basic_format_args( in test()
50 test(std::basic_format_args( in test()
55 test(std::basic_format_args( in test()
59 test(std::basic_format_args( in test()
63 test(std::basic_format_args( in test()
H A Darg.pass.cpp28 std::basic_format_args args = store; in test()
H A Dlocale.pass.cpp37 std::basic_format_args args = format_arg_store; in test()
H A Dctor.pass.cpp53 std::basic_format_args args = format_arg_store; in test()
/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_context.h51 basic_format_args<basic_format_context<_OutIt, _CharT>> __args,
61 basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
109 basic_format_args<basic_format_context> __args_; in _LIBCPP_PREFERRED_NAME()
125 __format_context_create(__OutIt, basic_format_args<basic_format_context<__OutIt, __CharT>>, in _LIBCPP_PREFERRED_NAME()
131 basic_format_args<basic_format_context> __args, in _LIBCPP_PREFERRED_NAME()
138 __format_context_create(__OutIt, basic_format_args<basic_format_context<__OutIt, __CharT>>); in _LIBCPP_PREFERRED_NAME()
142 basic_format_args<basic_format_context> __args) in _LIBCPP_PREFERRED_NAME()
H A Dformat_args.h30 class _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT basic_format_args {
32 _LIBCPP_HIDE_FROM_ABI basic_format_args() noexcept = default;
35 …_LIBCPP_HIDE_FROM_ABI basic_format_args(const __format_arg_store<_Context, _Args...>& __store) noe… in basic_format_args() function
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_format_context.h43 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args) { in test_format_context_create()
52 std::basic_format_args<std::basic_format_context<OutIt, CharT>> args, in test_format_context_create()
/llvm-project-15.0.7/libcxx/include/
H A Dformat21 // [format.args], class template basic_format_args
22 template<class Context> class basic_format_args;
23 using format_args = basic_format_args<format_context>;
24 using wformat_args = basic_format_args<wformat_context>;
196 using format_args = basic_format_args<format_context>;
198 using wformat_args = basic_format_args<wformat_context>;
535 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) {
616basic_format_args<_Context> __args) {
649 …return _VSTD::__vformatted_size(__fmt.get(), basic_format_args{_VSTD::make_format_args(__args...)}…
666 basic_format_args<basic_format_context<_FormatOutIt, _CharT>> __args) {
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.arguments/format.args/
H A Dget.pass.cpp28 const std::basic_format_args<Context> format_args{store}; in test()
47 const std::basic_format_args<Context> format_args{store}; in test_string_view()
66 const std::basic_format_args<Context> format_args{}; in test()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.arguments/format.arg/
H A Dvisit_format_arg.pass.cpp31 std::basic_format_args<Context> format_args{store}; in test()
59 std::basic_format_args<Context> format_args{store}; in test_string_view()