Searched refs:simple_ptr2 (Results 1 – 1 of 1) sorted by relevance
228 class simple_ptr2 { class230 simple_ptr2(T* t): _ptr(t) {} in simple_ptr2() function in dnvd::simple_ptr2231 …~simple_ptr2() { delete _ptr; } // expected-warning {{delete called on non-final 'dnvd::B' that ha… in ~simple_ptr2()358 …simple_ptr2<B> b(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_pt… in warn1()