Searched refs:atf2 (Results 1 – 1 of 1) sorted by relevance
79 NonVirtual *atf2; in assignThroughFunction2() local80 atf2 = get(); // expected-note{{Conversion from derived to base happened here}} in assignThroughFunction2()81 delete atf2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction2()