Searched defs:NonConstexpr1 (Results 1 – 2 of 2) sorted by relevance
5 struct NonConstexpr1 { // expected-note {{here}} struct9 NonConstexpr1 nl; argument
23 struct NonConstexpr1 { struct24 static int f() { return 1; } // expected-note {{here}} in f()25 …t expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}}