Searched refs:smart_ptr (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp12 struct smart_ptr { struct
18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp11 * (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the smart_ptr<>
159 class smart_ptr class
164 template <typename Q> friend class smart_ptr;
166 explicit smart_ptr() function in class:smart_ptr
170 explicit smart_ptr(T* const pT) function in class:smart_ptr
177 explicit smart_ptr(Q* const q) function in class:smart_ptr
183 ~smart_ptr()
188 smart_ptr(const smart_ptr<T>& sp) function in class:smart_ptr
195 smart_ptr(cons function in class:smart_ptr
[all...]
H A Dannotate_smart_pointer2.stderr.exp4 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/SemaTemplate/
H A Dinstantiate-declref.cpp75 struct smart_ptr { struct
87 void test_smart_ptr(smart_ptr<int> p) {
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp184 namespace smart_ptr { namespace
204 X x = make_Y(); // expected-error{{no viable conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
H A Dwarn-thread-safety-parsing.cpp1383 class smart_ptr { class in namespace:SmartPointerTest
1394 smart_ptr<int> gdat PT_GUARDED_BY(gmu);
1400 smart_ptr<Mutex> smu_;
1403 smart_ptr<int> a PT_GUARDED_BY(mu_);

Completed in 719 milliseconds