Lines Matching full:polymorphic

41   delete x; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}}  in sink()
42 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in sink()
56 delete sd; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleDerived()
57 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in singleDerived()
62 …delete[] sda; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleDerivedArr()
63 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in singleDerivedArr()
68 delete (dd); // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in doubleDerived()
69 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in doubleDerived()
74 delete atf; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction()
75 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction()
81 delete atf2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction2()
82 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in assignThroughFunction2()
88 delete ctf; // expected-warning {{Destruction of a polymorphic object with no virtual destructor}} in createThroughFunction()
89 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in createThroughFunction()
100 …delete sccs2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleCastCStyle()
101 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in singleCastCStyle()
108 delete dccs; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in doubleCastCStyle()
109 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in doubleCastCStyle()
115 delete sc2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleCast()
116 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in singleCast()
123 delete dd; // expected-warning {{Destruction of a polymorphic object with no virtual destructor}} in doubleCast()
124 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in doubleCast()
129 delete invd; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in implicitNV()
130 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in implicitNV()
136 delete dd1; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in doubleDecl()
137 // expected-note@-1{{Destruction of a polymorphic object with no virtual destructor}} in doubleDecl()
176 // Deleting a polymorphic object with a non-virtual dtor