Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:n2

74 constexpr int n2 = const_cast<int&>(n1);
1150 volatile const int n2 = 0; // expected-note {{here}}
1154 constexpr int m2 = n2; // expected-error {{constant expression}} expected-note {{read of volatile-qualified type 'const volatile int'}}
1156 constexpr int m2b = const_cast<const int&>(n2); // expected-error {{constant expression}} expected-note {{read of volatile object 'n2'}}
1244 constexpr _Atomic(int) n2 = d3;
1820 int n2 : 81; // expected-warning {{exceeds the width of its type}}
1825 a.u2 + 1 == 0 && a.n2 == 0x7fffffff,