Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.ctor/
Dp6-0x.cpp42 struct Constexpr3 { struct
43 constexpr Constexpr3() : m(n) {} in Constexpr3() function
46 constexpr Constexpr3 c3 = Constexpr3(); // ok argument
/external/clang/test/CXX/special/class.copy/
Dp13-0x.cpp22 struct Constexpr3 { struct
27 constexpr Constexpr3 c3a = Constexpr3(Constexpr3()); // ok argument