Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:ended

203   constexpr int a = MaybeReturnJunk(true, 0); // expected-error {{constant expression}} expected-note {{read of variable whose lifetime has ended}}
212 return MaybeReturnJunk(true, n); // expected-note {{read of variable whose lifetime has ended}}