D | pr13066.cc | 30 struct H; 34 S <H> k; 37 struct H struct 40 H *p, *n; argument 41 __attribute__ ((noinline)) H (void) { p = 0, n = 0, a = 0; } in H() function 42 __attribute__ ((noinline)) H (A *b) : a (b) in H() function 49 __attribute__ ((noinline)) H (const H &h) : a (h.a) in H() function 56 ~H (void) { if (a != 0) a->k.foo (this); } in ~H() argument 57 H &operator= (const H &o) in operator =() argument 69 H baz (void) in baz() [all …]
|