Searched refs:shared_ptr (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h263 typedef std::shared_ptr<lldb_private::ABI> ABISP;
264 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
265 typedef std::shared_ptr<lldb_private::Block> BlockSP;
266 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP;
268 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP;
270 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
272 typedef std::shared_ptr<lldb_private::BreakpointResolver> BreakpointResolverSP;
273 typedef std::shared_ptr<lldb_private::Broadcaster> BroadcasterSP;
274 typedef std::shared_ptr<lldb_private::ClangExpressionVariable> ClangExpressionVariableSP;
275 typedef std::shared_ptr<lldb_privat
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h127 typedef std::shared_ptr<Archive> shared_ptr; typedef in class:ObjectContainerBSDArchive::Archive
128 typedef std::multimap<lldb_private::FileSpec, shared_ptr> Map;
136 static Archive::shared_ptr
142 static Archive::shared_ptr
224 SetArchive (Archive::shared_ptr &archive_sp);
226 Archive::shared_ptr m_archive_sp;
H A DObjectContainerBSDArchive.cpp182 ObjectContainerBSDArchive::Archive::shared_ptr
186 shared_ptr archive_sp;
224 ObjectContainerBSDArchive::Archive::shared_ptr
234 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
328 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
355 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (*file,
405 ObjectContainerBSDArchive::SetArchive (Archive::shared_ptr &archive_sp)
526 Archive::shared_ptr archive_sp (Archive::FindCachedArchive (file, ArchSpec(), file_mod_time, file_offset));
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h33 // shared_ptr.hpp
461 class shared_ptr;
496 * @class shared_ptr <tr1/memory>
499 * The object pointed to is deleted when the last shared_ptr pointing to
732 // 2.2.3.8 shared_ptr specialized algorithms.
738 // 2.2.3.9 shared_ptr casts
740 * <code>shared_ptr<_Tp, _Lp>(static_cast<_Tp*>(__r.get()))</code>
750 * <code>shared_ptr<_Tp, _Lp>(const_cast<_Tp*>(__r.get()))</code>
760 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
769 // 2.2.3.7 shared_ptr
972 class shared_ptr class in namespace:std
976 shared_ptr() function in class:std::shared_ptr
981 shared_ptr(_Tp1* __p) function in class:std::shared_ptr
985 shared_ptr(_Tp1* __p, _Deleter __d) function in class:std::shared_ptr
989 shared_ptr(const shared_ptr<_Tp1>& __r) function in class:std::shared_ptr
994 shared_ptr(const weak_ptr<_Tp1>& __r) function in class:std::shared_ptr
999 shared_ptr(std::auto_ptr<_Tp1>& __r) function in class:std::shared_ptr
1003 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) function in class:std::shared_ptr
1007 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) function in class:std::shared_ptr
1011 shared_ptr(const shared_ptr<_Tp1>& __r, __dynamic_cast_tag) function in class:std::shared_ptr
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h71 typedef std::shared_ptr<Prologue> shared_ptr; typedef in struct:DWARFDebugLine::Prologue
138 typedef std::shared_ptr<LineTable> shared_ptr; typedef in struct:DWARFDebugLine::LineTable
156 Prologue::shared_ptr prologue;
174 State (Prologue::shared_ptr& prologue_sp,
188 Prologue::shared_ptr prologue;
215 LineTable::shared_ptr GetLineTable(const dw_offset_t offset) const;
218 typedef std::map<dw_offset_t, LineTable::shared_ptr> LineTableMap;
H A DDWARFDebugInfo.h24 typedef std::shared_ptr<DWARFCompileUnit> DWARFCompileUnitSP;
H A DDWARFDebugLine.cpp39 LineTable::shared_ptr line_table_sp(new LineTable);
72 DWARFDebugLine::LineTable::shared_ptr
75 DWARFDebugLine::LineTable::shared_ptr line_table_shared_ptr;
582 Prologue::shared_ptr prologue(new Prologue());
1200 DWARFDebugLine::State::State(Prologue::shared_ptr& p, Log *l, DWARFDebugLine::State::Callback cb, void* userData) :
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h80 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP;
107 typedef std::shared_ptr<Cursor> CursorSP;
H A DRegisterContextDummy.h24 typedef std::shared_ptr<RegisterContextDummy> SharedPtr;
H A DRegisterContextLLDB.h28 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPriorityPointerPair.h33 typedef typename std::shared_ptr<T> T_SP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h71 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
250 typedef std::shared_ptr<SyntheticChildren> SharedPointer;
418 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
576 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer;
H A DTypeSummary.h334 typedef std::shared_ptr<TypeSummaryImpl> SharedPointer;
464 typedef std::shared_ptr<CXXFunctionSummaryFormat> SharedPointer;
538 typedef std::shared_ptr<ScriptSummaryFormat> SharedPointer;
H A DTypeFormat.h136 typedef std::shared_ptr<TypeFormatImpl> SharedPointer;
H A DTypeCategory.h183 typedef std::shared_ptr<TypeCategoryImpl> SharedPointer;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h101 typedef std::shared_ptr<CIE> CIESP;
H A DClangASTImporter.h159 typedef std::shared_ptr<NamespaceMap> NamespaceMapSP;
287 typedef std::shared_ptr<Minion> MinionSP;
310 typedef std::shared_ptr<ASTContextMetadata> ASTContextMetadataSP;
H A DUnwindPlan.h345 typedef std::shared_ptr<Row> RowSP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h89 typedef std::shared_ptr<File> FileSP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h173 typedef std::shared_ptr<AllocatedBlock> AllocatedBlockSP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangUserExpression.h50 typedef std::shared_ptr<ClangUserExpression> ClangUserExpressionSP;
H A DMaterializer.h82 typedef std::shared_ptr<Dematerializer> DematerializerSP;
H A DClangExpressionVariable.h246 typedef std::shared_ptr<ValueObjectConstResult> ValueObjectConstResultSP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DArgs.h33 typedef std::shared_ptr<OptionArgVector> OptionArgVectorSP;
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h479 typedef std::shared_ptr<ValueImpl> ValueImplSP;

Completed in 201 milliseconds

12