Home
last modified time | relevance | path

Searched refs:DefaultedDefCtor1 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp3 struct DefaultedDefCtor1 {}; struct
26 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; };