Searched refs:DefaultedDefCtor2 (Results 1 – 1 of 1) 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; };