Searched refs:DefaultedDefCtor2 (Results 1 – 2 of 2) sorted by relevance
4 struct DefaultedDefCtor2 { DefaultedDefCtor2() = default; }; struct28 union NotDeleted1b { DefaultedDefCtor2 nu; };58 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-quali…64 class NotDeleted3c { const DefaultedDefCtor2 a = DefaultedDefCtor2(); };70 union NotDeleted3f { const DefaultedDefCtor2 a; int b; };
4 struct DefaultedDefCtor2 { DefaultedDefCtor2() = default; }; struct28 union NotDeleted1b { DefaultedDefCtor2 nu; };62 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-quali…68 class NotDeleted3c { const DefaultedDefCtor2 a = DefaultedDefCtor2(); };74 union NotDeleted3f { const DefaultedDefCtor2 a; int b; };