Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:n6

78 constexpr int **n6 = const_cast<int**>(&n3);
80 constexpr int n8 = **n6;
285 constexpr bool n6 = 0 > &y; // expected-error {{must be initialized by a constant expression}}