Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:n9

84 constexpr int n9 = (const_cast<A&&>(A{123})).n;
85 static_assert(n9 == 123, "");
287 constexpr bool n9 = &x <= 0; // expected-error {{must be initialized by a constant expression}}