Searched refs:NonConstexpr1 (Results 1 – 2 of 2) sorted by relevance
5 struct NonConstexpr1 { // expected-note {{here}} struct9 NonConstexpr1 nl; argument11 struct NonConstexpr2a : NonConstexpr1 { };12 constexpr NonConstexpr1 nc1 = NonConstexpr1(); // ok, does not call constructor18 …friend constexpr NonConstexpr1::NonConstexpr1(); // expected-error {{follows non-constexpr declara…
23 struct NonConstexpr1 { struct