Searched defs:Constexpr1 (Results 1 – 2 of 2) sorted by relevance
5 struct Constexpr1 { struct6 constexpr Constexpr1() : n(0) {} in Constexpr1() argument9 constexpr Constexpr1 c1a = Constexpr1(Constexpr1()); // ok argument
22 struct Constexpr1 {}; struct