Searched defs:shared_ptr (Results 1 - 6 of 6) sorted by last modified time

/external/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;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h71 typedef std::shared_ptr<Prologue> shared_ptr; typedef in struct:DWARFDebugLine::Prologue
167 typedef std::shared_ptr<LineTable> shared_ptr; typedef in struct:DWARFDebugLine::LineTable
185 Prologue::shared_ptr prologue;
203 State (Prologue::shared_ptr& prologue_sp,
217 Prologue::shared_ptr prologue;
244 LineTable::shared_ptr GetLineTable(const dw_offset_t offset) const;
247 typedef std::map<dw_offset_t, LineTable::shared_ptr> LineTableMap;
/external/clang/test/Analysis/
H A DNewDelete-checker-test.cpp253 class shared_ptr { class in namespace:reference_count
258 shared_ptr() : p(0), control(0) {} function in class:reference_count::shared_ptr
259 explicit shared_ptr(T *p) : p(p), control(new control_block) { function in class:reference_count::shared_ptr
262 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { function in class:reference_count::shared_ptr
266 ~shared_ptr() {
277 void swap(shared_ptr &other) {
289 shared_ptr<int> a(new int);
294 shared_ptr<int> a(new int);
295 shared_ptr<in
[all...]
/external/clang/test/CodeGenCXX/
H A Dlinetable-eh.cpp20 template<class _Tp> class shared_ptr { class
24 ~shared_ptr();
34 virtual shared_ptr<Context> GetContext () = 0;
/external/clang/test/PCH/
H A Dcxx-variadic-templates.h3 class shared_ptr{ class
7 shared_ptr<_Tp>
13 shared_ptr<_Tp>
14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args)
16 shared_ptr<_Tp> __r;
/external/clang/test/SemaTemplate/
H A Ddestructor-template.cpp62 template <class T> class shared_ptr {}; class in namespace:rdar13140795
70 shared_ptr<T> *x;
71 x->template shared_ptr<T>::~shared_ptr();

Completed in 1503 milliseconds