Home
last modified time | relevance | path

Searched refs:weak_ptr (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h340 typedef std::weak_ptr<lldb_private::Debugger> DebuggerWP;
371 typedef std::weak_ptr<lldb_private::Listener> ListenerWP;
375 typedef std::weak_ptr<lldb_private::Module> ModuleWP;
409 typedef std::weak_ptr<lldb_private::Process> ProcessWP;
415 typedef std::weak_ptr<lldb_private::Queue> QueueWP;
426 typedef std::weak_ptr<lldb_private::Section> SectionWP;
440 typedef std::weak_ptr<lldb_private::Stream> StreamWP;
447 typedef std::weak_ptr<lldb_private::StructuredDataPlugin>
459 typedef std::weak_ptr<lldb_private::Target> TargetWP;
462 typedef std::weak_ptr<lldb_private::Thread> ThreadWP;
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dmemory518 weak_ptr(weak_ptr const& r) noexcept;
527 weak_ptr& operator=(weak_ptr const& r) noexcept;
5016 weak_ptr(weak_ptr const& __r) _NOEXCEPT;
5023 weak_ptr(weak_ptr&& __r) _NOEXCEPT;
5093 weak_ptr<_Tp>::weak_ptr() _NOEXCEPT
5101 weak_ptr<_Tp>::weak_ptr(weak_ptr const& __r) _NOEXCEPT
5125 weak_ptr<_Tp>::weak_ptr(weak_ptr<_Yp> const& __r,
5139 weak_ptr<_Tp>::weak_ptr(weak_ptr&& __r) _NOEXCEPT
5150 weak_ptr<_Tp>::weak_ptr(weak_ptr<_Yp>&& __r,
5163 weak_ptr<_Tp>::~weak_ptr()
[all …]
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h464 class weak_ptr; variable
994 shared_ptr(const weak_ptr<_Tp1>& __r) in shared_ptr()
1050 class weak_ptr
1054 weak_ptr() in weak_ptr() function
1058 weak_ptr(const weak_ptr<_Tp1>& __r) in weak_ptr() function
1062 weak_ptr(const shared_ptr<_Tp1>& __r) in weak_ptr() function
1066 weak_ptr&
1067 operator=(const weak_ptr<_Tp1>& __r) // never throws
1074 weak_ptr&
1143 mutable weak_ptr<_Tp> _M_weak_this;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBWatchpoint.h75 std::weak_ptr<lldb_private::Watchpoint> m_opaque_wp;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h88 StringMap<std::weak_ptr<DWOFile>> DWOFiles;
89 std::weak_ptr<DWOFile> DWP;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h68 typedef std::weak_ptr<Dematerializer> DematerializerWP;
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc84 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h397 llvm::StringMap<std::weak_ptr<llvm::raw_ostream>> m_log_streams;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp201 std::weak_ptr<raw_ostream> Out;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DBroadcaster.h573 typedef std::weak_ptr<BroadcasterImpl> BroadcasterImplWP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h373 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
H A DProcessGDBRemote.cpp3524 const std::weak_ptr<ProcessGDBRemote> this_wp = in LaunchAndConnectToDebugserver()
3590 std::weak_ptr<ProcessGDBRemote> process_wp, lldb::pid_t debugserver_pid, in MonitorDebugserverProcess()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog113 * testsuite/tr1/2_general_utilities/memory/weak_ptr/
H A DChangeLog-20061340 weak_ptr<>::weak_ptr(const __shared_ptr<>&), weak_ptr(const
1343 shared_ptr(const weak_ptr<>&), shared_ptr(const shared_ptr<>&,
1348 shared_ptr<>&), weak_ptr<>::weak_ptr(const shared_ptr<>&),
1349 weak_ptr(const weak_ptr<>&), weak_ptr<>::lock(),
1357 * testsuite/tr1/2_general_utilities/memory/weak_ptr/lock/1.cc:
1387 * testsuite/tr1/2_general_utilities/memory/weak_ptr/
H A DChangeLog-2005997 swap(weak_ptr<>&, weak_ptr<>&)): Move inside namespace tr1.
4649 shared_ptr/cons/weak_ptr.cc: New test.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1587 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp157 typedef std::weak_ptr<EditlineHistory> EditlineHistoryWP;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h3024 std::weak_ptr<Target> m_target_wp; ///< The target that owns this process.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp900 std::weak_ptr<DisassemblerLLVMC> m_disasm_wp;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1106 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()