Home | History | Annotate | Download | only in class.union

Lines Matching defs:Dtor

35 class Dtor {
36 ~Dtor() { abort(); } // expected-note 4 {{because type 'Dtor' has a user-declared destructor}}
47 Dtor dtor; // expected-error {{union member 'dtor' has a non-trivial destructor}}
71 Dtor dtor; // expected-note {{because type 'U2::<anonymous struct}}
91 struct s6 : Dtor { // expected-note {{because type 'U3::s6' has a base class with a non-trivial destructor}}
123 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}