Searched refs:DefaultedDefCtor1 (Results 1 – 2 of 2) 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; };
3 struct DefaultedDefCtor1 {}; struct26 union NotDeleted1a { DefaultedDefCtor1 nu; };60 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-q…66 class NotDeleted3b { const DefaultedDefCtor1 a[42] = {}; };72 union NotDeleted3e { const DefaultedDefCtor1 a[42]; int b; };