Home
last modified time | relevance | path

Searched refs:context_t (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dvformat_to.pass.cpp37 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 Dvformat_to.locale.pass.cpp39 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 Dvformat.locale.pass.cpp32 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 Dvformat.pass.cpp31 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 Dfill.unicode.pass.cpp56 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...)));
H A Dlocale-specific_form.pass.cpp141 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 Dformat.functions.vformat.pass.cpp35 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 Dformat.functions.vformat.pass.cpp36 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 Dformat.functions.vformat.pass.cpp34 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 Dformat.functions.vformat.pass.cpp33 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 Dformat.functions.vformat.pass.cpp34 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 Dformat.functions.vformat.pass.cpp34 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 Dformat.functions.vformat.pass.cpp33 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 Dformat.functions.vformat.pass.cpp34 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 DEmulateInstructionARM64.cpp806 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 Dlwg3720_arg_id_width_precision_allowed_types.pass.cpp47 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...))); in test_exception()
/llvm-project/libcxx/test/support/
H A Dformat.functions.common.h48 using context_t = typename context<T>::type;