Home
last modified time | relevance | path

Searched refs:smart_ptr (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/drd/tests/
Dannotate_smart_pointer.cpp159 class smart_ptr class
164 template <typename Q> friend class smart_ptr;
166 explicit smart_ptr() in smart_ptr() function in smart_ptr
170 explicit smart_ptr(T* const pT) in smart_ptr() function in smart_ptr
177 explicit smart_ptr(Q* const q) in smart_ptr() function in smart_ptr
183 ~smart_ptr() in ~smart_ptr()
188 smart_ptr(const smart_ptr<T>& sp) in smart_ptr() function in smart_ptr
195 smart_ptr(const smart_ptr<Q>& sp) in smart_ptr() function in smart_ptr
201 smart_ptr& operator=(const smart_ptr<T>& sp) in operator =()
207 smart_ptr& operator=(T* const p) in operator =()
[all …]
Dannotate_smart_pointer2.stderr.exp-darwin4 by 0x........: smart_ptr<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)
5 by 0x........: smart_ptr<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp12 struct smart_ptr { struct
18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
/external/clang/test/SemaTemplate/
Dinstantiate-declref.cpp75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp1383 class smart_ptr { class
1394 smart_ptr<int> gdat PT_GUARDED_BY(gmu);
1400 smart_ptr<Mutex> smu_;
1403 smart_ptr<int> a PT_GUARDED_BY(mu_);
Dconversion-function.cpp196 namespace smart_ptr { namespace
/external/webrtc/
DNOTICE151 // See http://www.boost.org/libs/smart_ptr/scoped_ptr.htm for documentation.