Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:n4

76 constexpr int n4 = *const_cast<int*>(&n1);
276 constexpr bool n4 = 0 >= &y; // expected-error {{must be initialized by a constant expression}}