Searched refs:Constexpr1 (Results 1 – 2 of 2) sorted by relevance
5 struct Constexpr1 { struct6 constexpr Constexpr1() : n(0) {} in Constexpr1() function9 constexpr Constexpr1 c1a = Constexpr1(Constexpr1()); // ok argument10 constexpr Constexpr1 c1b = Constexpr1(Constexpr1(c1a)); // ok13 Constexpr1 ce1;
22 struct Constexpr1 {}; struct23 constexpr Constexpr1 c1 = Constexpr1(); // ok24 struct NonConstexpr3 : virtual Constexpr1 {}; // expected-note {{struct with virtual base}} expecte…