/llvm-project/libcxx/test/std/utilities/format/format.functions/ |
H A D | vformat_to.pass.cpp | 37 auto it = std::vformat_to(out.begin(), fmt, std::make_format_args<context_t<CharT>>(args...)); 43 std::vformat_to(std::back_inserter(out), fmt, std::make_format_args<context_t<CharT>>(args...)); 48 std::vformat_to(std::back_inserter(out), fmt, std::make_format_args<context_t<CharT>>(args...)); 54 CharT* it = std::vformat_to(out, fmt, std::make_format_args<context_t<CharT>>(args...)); 76 std::vformat_to(std::back_inserter(out), fmt, std::make_format_args<context_t<CharT>>(args...)); in __anon350304bd0202()
|
H A D | vformat_to.locale.pass.cpp | 39 auto it = std::vformat_to(out.begin(), std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); 45 std::vformat_to(std::back_inserter(out), std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); 50 std::vformat_to(std::back_inserter(out), std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); 56 CharT* it = std::vformat_to(out, std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); 76 std::vformat_to(std::back_inserter(out), std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); in __anon5cab0f9b0202()
|
H A D | vformat.locale.pass.cpp | 32 std::basic_string<CharT> out = std::vformat(std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)); 51 TEST_IGNORE_NODISCARD std::vformat(std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...)));
|
H A D | vformat.pass.cpp | 31 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 50 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
H A D | fill.unicode.pass.cpp | 56 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
H A D | locale-specific_form.pass.cpp | 141 std::basic_string<CharT> out = std::vformat(fmt.get(), std::make_format_args<context_t<CharT>>(args...)); in test() 154 auto it = std::vformat_to(out.begin(), fmt.get(), std::make_format_args<context_t<CharT>>(args...)); in test() 190 std::basic_string<CharT> out = std::vformat(loc, fmt.get(), std::make_format_args<context_t<CharT>>(args...)); in test() 203 auto it = std::vformat_to(out.begin(), loc, fmt.get(), std::make_format_args<context_t<CharT>>(args...)); in test()
|
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/ |
H A D | format.functions.vformat.pass.cpp | 35 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 54 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.vformat.pass.cpp | 36 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 55 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/vector.bool.fmt/ |
H A D | format.functions.vformat.pass.cpp | 34 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 53 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.functions.vformat.pass.cpp | 33 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 52 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/utilities/format/format.tuple/ |
H A D | format.functions.vformat.pass.cpp | 34 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 53 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/ |
H A D | format.functions.vformat.pass.cpp | 34 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 53 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.functions.vformat.pass.cpp | 33 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 52 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtstr/ |
H A D | format.functions.vformat.pass.cpp | 34 std::basic_string<CharT> out = std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)); 53 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 806 Context context_t; in EmulateLDPSTP() local 818 context_t.type = eContextPushRegisterOnStack; in EmulateLDPSTP() 821 context_t.type = eContextRegisterStore; in EmulateLDPSTP() 824 context_t.SetRegisterToRegisterPlusOffset(*reg_info_Rt, *reg_info_base, 0); in EmulateLDPSTP() 838 if (!WriteMemory(context_t, address + 0, buffer.data(), in EmulateLDPSTP() 862 context_t.type = eContextPopRegisterOffStack; in EmulateLDPSTP() 865 context_t.type = eContextRegisterLoad; in EmulateLDPSTP() 868 context_t.SetAddress(address); in EmulateLDPSTP() 875 if (!ReadMemory(context_t, address, buffer.data(), in EmulateLDPSTP() 889 if (!WriteRegister(context_t, *reg_info_Rt, data_Rt)) in EmulateLDPSTP()
|
/llvm-project/libcxx/test/std/utilities/format/format.string/format.string.std/ |
H A D | lwg3720_arg_id_width_precision_allowed_types.pass.cpp | 47 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...))); in test_exception()
|
/llvm-project/libcxx/test/support/ |
H A D | format.functions.common.h | 48 using context_t = typename context<T>::type;
|