Lines Matching full:redefinition
348 friend void i(B b) {} // expected-error {{redefinition}} expected-note {{previous}}
478 extern "C" int &dr341_a = dr341_a; // expected-error {{redefinition}}
491 namespace B { extern "C" void dr341_e(); } // expected-error {{redefinition of 'dr341_e' as different kind of symbol}}
1247 auto int (i); // expected-error {{redefinition}}