Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/special/class.ctor/
H A Dp5-0x.cpp4 struct DefaultedDefCtor2 { DefaultedDefCtor2() = default; }; struct
30 union NotDeleted1b { DefaultedDefCtor2 nu; };
75 union NotDeleted3f { const DefaultedDefCtor2 a; int b; };
81 struct NotDeleted3i { const DefaultedDefCtor2 a; };