Home
last modified time | relevance | path

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

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