Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:n2

74 constexpr int n2 = const_cast<int&>(n1);
1129 volatile const int n2 = 0; // expected-note {{here}}
1133 constexpr int m2 = n2; // expected-error {{constant expression}} expected-note {{read of volatile-qualified type 'const volatile int'}}
1135 constexpr int m2b = const_cast<const int&>(n2); // expected-error {{constant expression}} expected-note {{read of volatile object 'n2'}}
1209 constexpr _Atomic(int) n2 = d3;
1738 int n2 : 81; // expected-warning {{exceeds the size of its type}}
1743 a.u2 + 1 == 0 && a.n2 == 0x7fffffff,