Searched refs:context_t (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/ |
| H A D | vformat_to.pass.cpp | 36 …vformat_to(out.begin(), fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)… 43 std::make_format_args<context_t<CharT>>(args...)); 49 std::make_format_args<context_t<CharT>>(args...)); 55 …CharT* it = std::vformat_to(out, fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>… 67 std::vformat_to(std::back_inserter(out), fmt, std::make_format_args<context_t<CharT>>(args...));
|
| H A D | vformat_to.locale.pass.cpp | 40 std::make_format_args<context_t<CharT>>(args...)); 47 std::make_format_args<context_t<CharT>>(args...)); 53 std::make_format_args<context_t<CharT>>(args...)); 60 …_to(out, std::locale(), fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)… 72 …std::vformat_to(std::back_inserter(out), std::locale(), fmt, std::make_format_args<context_t<CharT…
|
| H A D | vformat.pass.cpp | 31 std::vformat(fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)); 39 TEST_IGNORE_NODISCARD std::vformat(fmt, std::make_format_args<context_t<CharT>>(args...));
|
| H A D | vformat.locale.pass.cpp | 32 …std::vformat(std::locale(), fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args… 40 (void)std::vformat(std::locale(), fmt, std::make_format_args<context_t<CharT>>(args...));
|
| H A D | locale-specific_form.pass.cpp | 138 std::vformat(fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)); in test() 151 …vformat_to(out.begin(), fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)… in test() 187 … std::vformat(loc, fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>>(args...)); in test() 201 …std::vformat_to(out.begin(), loc, fmt.template sv<CharT>(), std::make_format_args<context_t<CharT>… in test()
|
| H A D | format_tests.h | 48 using context_t = typename context<T>::type;
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 804 Context context_t; in EmulateLDPSTP() local 816 context_t.type = eContextPushRegisterOnStack; in EmulateLDPSTP() 819 context_t.type = eContextRegisterStore; in EmulateLDPSTP() 822 context_t.SetRegisterToRegisterPlusOffset(reg_info_Rt, reg_info_base, 0); in EmulateLDPSTP() 833 if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP() 853 context_t.type = eContextPopRegisterOffStack; in EmulateLDPSTP() 856 context_t.type = eContextRegisterLoad; in EmulateLDPSTP() 859 context_t.SetAddress(address); in EmulateLDPSTP() 865 if (!ReadMemory(context_t, address, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP() 876 if (!WriteRegister(context_t, ®_info_Rt, data_Rt)) in EmulateLDPSTP()
|