Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 25 of 25) sorted by relevance

/llvm-project/libcxx/test/std/localization/locale.stdcvt/
H A Dcodecvt_utf16_in.pass.cpp38 char32_t* wp = nullptr; in main() local
77 char32_t* wp = nullptr; in main() local
116 char32_t* wp = nullptr; in main() local
155 char32_t* wp = nullptr; in main() local
194 char32_t* wp = nullptr; in main() local
235 char32_t* wp = nullptr; in main() local
274 char32_t* wp = nullptr; in main() local
313 char32_t* wp = nullptr; in main() local
352 char32_t* wp = nullptr; in main() local
391 char32_t* wp = nullptr; in main() local
[all …]
H A Dcodecvt_utf8_in.pass.cpp38 char32_t* wp = nullptr; in main() local
77 char32_t* wp = nullptr; in main() local
116 char32_t* wp = nullptr; in main() local
158 char32_t* wp = nullptr; in main() local
197 char32_t* wp = nullptr; in main() local
236 char32_t* wp = nullptr; in main() local
278 char16_t* wp = nullptr; in main() local
308 char16_t* wp = nullptr; in main() local
338 char16_t* wp = nullptr; in main() local
H A Dcodecvt_utf8_out.pass.cpp51 const CharT* wp = nullptr; in test() local
88 const CharT* wp = nullptr; in test() local
125 const CharT* wp = nullptr; in test() local
175 const CharT* wp = nullptr; in test() local
222 const CharT* wp = nullptr; in test() local
269 const CharT* wp = nullptr; in test() local
H A Dcodecvt_utf16_out.pass.cpp54 const CharT* wp = nullptr; in test() local
101 const CharT* wp = nullptr; in test() local
148 const CharT* wp = nullptr; in test() local
204 const CharT* wp = nullptr; in test() local
251 const CharT* wp = nullptr; in test() local
301 const CharT* wp = nullptr; in test() local
H A Dcodecvt_utf8_utf16_out.pass.cpp49 const CharT* wp = nullptr; in test() local
90 const CharT* wp = nullptr; in test() local
124 const CharT* wp = nullptr; in test() local
181 const CharT* wp = nullptr; in test() local
222 const CharT* wp = nullptr; in test() local
256 const CharT* wp = nullptr; in test() local
H A Dcodecvt_utf8_utf16_in.pass.cpp49 CharT* wp = nullptr; in test() local
86 CharT* wp = nullptr; in test() local
129 CharT* wp = nullptr; in test() local
168 CharT* wp = nullptr; in test() local
205 CharT* wp = nullptr; in test() local
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dweak_ptr.pass.cpp65 std::weak_ptr<A> wp; in main() local
79 std::weak_ptr<A> wp(sp0); in main() local
88 std::weak_ptr<A const> wp(sp0); in main() local
98 std::weak_ptr<A> wp(sp0); in main() local
115 std::weak_ptr<A[]> wp(sp0); in main() local
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Dlock.pass.cpp34 std::weak_ptr<A> wp; in main() local
42 std::weak_ptr<A> wp(sp0); in main() local
51 std::weak_ptr<A> wp(sp0); in main() local
H A Dexpired.pass.cpp34 std::weak_ptr<A> wp; in main() local
40 std::weak_ptr<A> wp(sp0); in main() local
/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/
H A Dtuple.smartptr.pass.cpp24 std::tuple<std::weak_ptr <char>> wp; in main() local
29 std::tuple<std::weak_ptr <char[]>> wp; in main() local
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/command/
H A Dwatchpoint_command.py6 def watchpoint_command(frame, wp, dict): argument
/llvm-project/libcxx/benchmarks/
H A Dutil_smartptr.bench.cpp
/llvm-project/lldb/tools/lldb-dap/
H A DWatchpoint.h24 lldb::SBWatchpoint wp; global() member
H A Dlldb-dap.cpp2903 Watchpoint wp(*bp_obj); request_setDataBreakpoints() local
2918 for (auto wp : watchpoints) request_setDataBreakpoints() local
/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
H A Dpr40459.pass.cpp49 std::weak_ptr<B> wp = sp; in main() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp387 // Sanity check wp first. in DoExecute() local
481 if (wp) in DoExecute() local
536 Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get(); DoExecute() local
[all...]
H A DCommandObjectWatchpoint.cpp34 static void AddWatchpointDescription(Stream &s, Watchpoint &wp, in AddWatchpointDescription() argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp169 auto wp = m_watchpoint_index_map.find(addr); in RemoveWatchpoint() local
227 const auto &wp = pair.second; in Resume() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.cpp169 auto wp = m_watchpoint_index_map.find(addr); in RemoveWatchpoint() local
H A DNativeProcessWindows.cpp569 const NativeWatchpoint &wp = pair.second; OnCreateThread() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp74 bool WatchpointResource::ConstituentsContains(const Watchpoint *wp) { in ConstituentsContains()
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp280 auto wp = m_watchpoint_index_map.find(addr); in RemoveWatchpoint() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp546 EnableHardwareWatchpoint(const DNBBreakpoint * wp,bool also_set_on_task) EnableHardwareWatchpoint() argument
570 DisableHardwareWatchpoint(const DNBBreakpoint * wp,bool also_set_on_task) DisableHardwareWatchpoint() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp268 auto wp = m_watchpoint_index_map.find(addr); in RemoveWatchpoint() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp878 WatchpointSpec wp; AlignRequestedWatchpoint() local
968 SetBASWatchpoint(DNBArchMachARM64::WatchpointSpec wp,bool read,bool write,bool also_set_on_task) SetBASWatchpoint() argument
1060 SetMASKWatchpoint(DNBArchMachARM64::WatchpointSpec wp,bool read,bool write,bool also_set_on_task) SetMASKWatchpoint() argument
[all...]