Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp4 struct DefaultedDefCtor2 { DefaultedDefCtor2() = default; }; struct
28 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; };
/external/llvm-project/clang/test/CXX/special/class.ctor/
Dp5-0x.cpp4 struct DefaultedDefCtor2 { DefaultedDefCtor2() = default; }; struct
28 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; };