Searched refs:weak_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h281 typedef std::weak_ptr<lldb_private::Breakpoint> BreakpointWP;
283 typedef std::weak_ptr<lldb_private::BreakpointSite> BreakpointSiteWP;
285 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
296 typedef std::weak_ptr<lldb_private::Debugger> DebuggerWP;
314 typedef std::weak_ptr<lldb_private::Module> ModuleWP;
316 typedef std::weak_ptr<lldb_private::ObjectFile> ObjectFileWP;
318 typedef std::weak_ptr<lldb_private::OptionValue> OptionValueWP;
338 typedef std::weak_ptr<lldb_private::Process> ProcessWP;
344 typedef std::weak_ptr<lldb_private::Queue> QueueWP;
351 typedef std::weak_ptr<lldb_privat
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h37 // weak_ptr.hpp
464 class weak_ptr;
567 * @param __r A weak_ptr.
919 // 2.2.4.7 weak_ptr specialized algorithms.
994 shared_ptr(const weak_ptr<_Tp1>& __r)
1047 // The actual TR1 weak_ptr, with forwarding constructors and
1050 class weak_ptr class in namespace:std
1054 weak_ptr() function in class:std::weak_ptr
1058 weak_ptr(const weak_ptr<_Tp function in class:std::weak_ptr
1062 weak_ptr(const shared_ptr<_Tp1>& __r) function in class:std::weak_ptr
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h83 typedef std::weak_ptr<Dematerializer> DematerializerWP;

Completed in 91 milliseconds