| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 340 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 D | memory | 518 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 D | boost_shared_ptr.h | 464 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 D | SBWatchpoint.h | 75 std::weak_ptr<lldb_private::Watchpoint> m_opaque_wp;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 88 StringMap<std::weak_ptr<DWOFile>> DWOFiles; 89 std::weak_ptr<DWOFile> DWP;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 68 typedef std::weak_ptr<Dematerializer> DematerializerWP;
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 84 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 397 llvm::StringMap<std::weak_ptr<llvm::raw_ostream>> m_log_streams;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 201 std::weak_ptr<raw_ostream> Out;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Broadcaster.h | 573 typedef std::weak_ptr<BroadcasterImpl> BroadcasterImplWP;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 373 MonitorDebugserverProcess(std::weak_ptr<ProcessGDBRemote> process_wp,
|
| H A D | ProcessGDBRemote.cpp | 3524 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 D | ChangeLog | 113 * testsuite/tr1/2_general_utilities/memory/weak_ptr/
|
| H A D | ChangeLog-2006 | 1340 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 D | ChangeLog-2005 | 997 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 D | StructuredDataDarwinLog.cpp | 1587 std::weak_ptr<StructuredDataPlugin> plugin_wp(plugin_sp); in InitCompletionHookCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Editline.cpp | 157 typedef std::weak_ptr<EditlineHistory> EditlineHistoryWP;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 3024 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 D | DisassemblerLLVMC.cpp | 900 std::weak_ptr<DisassemblerLLVMC> m_disasm_wp;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1106 std::weak_ptr<DWOFile> *Entry = &DWOFiles[AbsolutePath]; in getDWOContext()
|