Home
last modified time | relevance | path

Searched defs:format_args (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dctor.pass.cpp30 std::basic_format_args<Context> format_args{}; test() local
36 std::basic_format_args<Context> format_args{store}; test() local
43 std::basic_format_args<Context> format_args{store}; test() local
51 std::basic_format_args<Context> format_args{store}; test() local
[all...]
H A Dget.pass.cpp26 const std::basic_format_args<Context> format_args{store}; test() local
46 std::basic_format_args<Context> format_args{store}; test_handle() local
63 const std::basic_format_args<Context> format_args{store}; test_string_view() local
86 const std::basic_format_args<Context> format_args{}; test() local
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.arg/
H A Dvisit_format_arg.pass.cpp34 std::basic_format_args<Context> format_args{store}; test() local
60 std::basic_format_args<Context> format_args{store}; test_handle() local
77 std::basic_format_args<Context> format_args{store}; test_string_view() local
[all...]
H A Dvisit.pass.cpp34 std::basic_format_args<Context> format_args{store}; in test() local
58 std::basic_format_args<Context> format_args{store}; in test_handle() local
75 std::basic_format_args<Context> format_args{store}; in test_string_view() local
[all...]
H A Dvisit.return_type.pass.cpp49 std::basic_format_args<Context> format_args{store}; in test() local
76 std::basic_format_args<Context> format_args{store}; in test_handle() local
97 std::basic_format_args<Context> format_args{store}; in test_string_view() local
[all...]
H A Dvisit_format_arg.deprecated.verify.cpp27 std::basic_format_args<Context> format_args{store}; in test() local
/llvm-project/libcxx/include/__format/
H A Dformat_functions.h63 using format_args = basic_format_args<format_context>; global() variable