Searched refs:weak_ptr (Results 1 – 20 of 20) sorted by relevance
1341 weak_ptr(weak_ptr const& __r) _NOEXCEPT;1347 weak_ptr(weak_ptr&& __r) _NOEXCEPT;1365 weak_ptr& operator=(weak_ptr&& __r) _NOEXCEPT;1411 weak_ptr(shared_ptr<_Tp>) -> weak_ptr<_Tp>;1417 weak_ptr<_Tp>::weak_ptr() _NOEXCEPT1425 weak_ptr<_Tp>::weak_ptr(weak_ptr const& __r) _NOEXCEPT1449 weak_ptr<_Tp>::weak_ptr(weak_ptr<_Yp> const& __r,1461 weak_ptr<_Tp>::weak_ptr(weak_ptr&& __r) _NOEXCEPT1472 weak_ptr<_Tp>::weak_ptr(weak_ptr<_Yp>&& __r,1483 weak_ptr<_Tp>::~weak_ptr()[all …]
310 typedef std::weak_ptr<lldb_private::Debugger> DebuggerWP;342 typedef std::weak_ptr<lldb_private::Listener> ListenerWP;347 typedef std::weak_ptr<lldb_private::Module> ModuleWP;381 typedef std::weak_ptr<lldb_private::Process> ProcessWP;387 typedef std::weak_ptr<lldb_private::Queue> QueueWP;400 typedef std::weak_ptr<lldb_private::Section> SectionWP;415 typedef std::weak_ptr<lldb_private::Stream> StreamWP;422 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>434 typedef std::weak_ptr<lldb_private::Target> TargetWP;437 typedef std::weak_ptr<lldb_private::Thread> ThreadWP;[all …]
525 class weak_ptr533 weak_ptr(weak_ptr const& r) noexcept;534 template<class Y> weak_ptr(weak_ptr<Y> const& r) noexcept;535 weak_ptr(weak_ptr&& r) noexcept; // C++14536 template<class Y> weak_ptr(weak_ptr<Y>&& r) noexcept; // C++14539 ~weak_ptr();542 weak_ptr& operator=(weak_ptr const& r) noexcept;543 template<class Y> weak_ptr& operator=(weak_ptr<Y> const& r) noexcept;561 weak_ptr(shared_ptr<T>) -> weak_ptr<T>;564 template<class T> void swap(weak_ptr<T>& a, weak_ptr<T>& b) noexcept;[all …]
117 // Enable clang::trivial_abi on std::shared_ptr and std::weak_ptr
80 std::weak_ptr<lldb_private::Watchpoint> m_opaque_wp;
84 StringMap<std::weak_ptr<DWOFile>> DWOFiles;85 std::weak_ptr<DWOFile> DWP;
85 std::weak_ptr<lldb_private::Module> m_interpreter_module;
65 typedef std::weak_ptr<Dematerializer> DematerializerWP;
85 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
205 std::weak_ptr<raw_ostream> Out;
522 typedef std::weak_ptr<BroadcasterImpl> BroadcasterImplWP;
505 llvm::StringMap<std::weak_ptr<llvm::raw_ostream>> m_log_streams;
351 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
3479 const std::weak_ptr<ProcessGDBRemote> this_wp = in LaunchAndConnectToDebugserver()3562 std::weak_ptr<ProcessGDBRemote> process_wp, lldb::pid_t debugserver_pid, in MonitorDebugserverProcess()
1528 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
2848 std::weak_ptr<Target> m_target_wp; ///< The target that owns this process.
198 typedef std::weak_ptr<EditlineHistory> EditlineHistoryWP;
810 std::weak_ptr<DisassemblerLLVMC> m_disasm_wp;
1378 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
506 std::vector<std::weak_ptr<DefinitionGenerator>> CurDefGeneratorStack;