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

/external/clang/test/SemaCXX/
H A Ddestructor.cpp197 class simple_ptr { class in namespace:dnvd
199 simple_ptr(T* t): _ptr(t) {} function in class:dnvd::simple_ptr
200 ~simple_ptr() { delete _ptr; } // \
312 simple_ptr<F> f(new F());
316 simple_ptr<VB> vb(new VB());
320 simple_ptr<VB> vb(new VD());
324 simple_ptr<VD> vd(new VD());
328 simple_ptr<VF> vf(new VF());
335 simple_ptr<B> b(new B()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnv
[all...]

Completed in 48 milliseconds