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

Lines Matching defs:Ctor

16 class Ctor {
17 Ctor() { abort(); } // expected-note 2{{because type 'Ctor' has a user-provided default constructor}} expected-note 2{{here}}
41 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial constructor}}
58 Ctor ctor; // expected-note {{because field of type 'Ctor' has a user-provided default constructor}}
82 struct s3 : Ctor { // expected-note {{because base class of type 'Ctor' has a user-provided default constructor}}
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}