Home | History | Annotate | Download | only in Linux

Lines Matching defs:D1

25 struct D1 {
27 ~D1() { fprintf(stderr, "D1::~D1\n"); }
80 D1 *d1 = reinterpret_cast<D1*>(new D2[10]);
81 break_optimization(d1);
82 delete [] d1;
84 // ARRAY: D1::~D1