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

Lines Matching full:ctor

16 class Ctor {
17 Ctor() { abort(); } // expected-note 4 {{because type 'Ctor' has a user-declared constructor}}
39 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial constructor}}
55 Ctor ctor; // expected-note {{because type 'U2::<anonymous struct}}
79 struct s3 : Ctor { // expected-note {{because type 'U3::s3' has a base class with a non-trivial constructor}}
115 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}