Searched refs:const_field (Results 1 – 2 of 2) sorted by relevance
19 …const int const_field = 1; // expected-note 2{{non-static data member 'const_field' declared cons… member in test322 …const_field = 4; // expected-error{{cannot assign to non-static data member 'const_field' with co… in test()27 …const_field = 4 ; // expected-error{{cannot assign to non-static data member 'const_field' with c… in test_const()40 …const int const_field = 4; // expected-note {{non-static data member 'const_field' declared const… member46 …s5.const_field = 5; // expected-error{{cannot assign to non-static data member 'const_field' with… in test5()
12 const int const_field; member in A