Lines Matching full:delete
14 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D' to a pointer}}
28 delete d;
42 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D2' to a pointer}}
59 delete d; // expected-error {{ambiguous conversion of delete expression of type 'D3' to a pointer}}
68 void f4(X x) { delete x; delete x; }
77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped.
91 delete cd;
92 delete d;
108 delete d;