Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Fun

1979   constexpr int Fun() { return; } // expected-error {{non-void constexpr function 'Fun' should return a value}}
1980 constexpr int Var = Fun(); // expected-error {{constexpr variable 'Var' must be initialized by a constant expression}}