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

/external/clang/test/SemaCXX/
H A Ddestructor.cpp210 class simple_ptr { class in namespace:dnvd
212 simple_ptr(T* t): _ptr(t) {} function in class:dnvd::simple_ptr
213 ~simple_ptr() { delete _ptr; } // \
325 simple_ptr<F> f(new F());
329 simple_ptr<VB> vb(new VB());
333 simple_ptr<VB> vb(new VD());
337 simple_ptr<VD> vd(new VD());
341 simple_ptr<VF> vf(new VF());
348 simple_ptr<B> b(new B()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnv
[all...]

Completed in 66 milliseconds