Searched refs:notlit (Results 1 – 2 of 2) sorted by relevance
10 struct notlit { // expected-note {{not literal because}} struct11 notlit() {} in notlit() argument30 constexpr notlit nl1; // expected-error {{constexpr variable cannot have non-literal type 'const no…95 template <> notlit ft(notlit nl) { return nl; } in ft()99 template <> notlit S::f() const { return notlit(); } in f()
5 struct notlit { // expected-note {{not literal because}} struct6 notlit() {} in notlit() argument25 constexpr notlit nl1; // expected-error {{constexpr variable cannot have non-literal type 'const no…87 template <> notlit ft(notlit nl) { return nl; } in ft()91 template <> notlit S::f() const { return notlit(); } in f()