Searched refs:DefaultedDefCtor1 (Results 1 – 1 of 1) sorted by relevance
3 struct DefaultedDefCtor1 {}; struct26 union NotDeleted1a { DefaultedDefCtor1 nu; };56 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-q…62 class NotDeleted3b { const DefaultedDefCtor1 a[42] = {}; };68 union NotDeleted3e { const DefaultedDefCtor1 a[42]; int b; };