Home
last modified time | relevance | path

Searched defs:Constexpr2 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp12 struct Constexpr2 { struct
14 constexpr Constexpr2() = default; argument
15 constexpr Constexpr2(const Constexpr2 &o) : ce1(o.ce1) {} in Constexpr2() function
/external/clang/test/CXX/special/class.ctor/
Dp6-0x.cpp27 struct Constexpr2 { struct
30 constexpr Constexpr2 c2 = Constexpr2(); // ok argument