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

Lines Matching refs:Dtor

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