Searched refs:redecl5 (Results 1 – 5 of 5) sorted by relevance
130 __declspec(dllimport) void redecl5(void);131 USE(redecl5)132 void redecl5(void); // dllimport ignored
100 void redecl5(); // expected-note{{previous declaration is here}}101 void useRedecl5() { redecl5(); } in useRedecl5()102 __declspec(dllexport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot… in redecl5() function
187 void redecl5(); // expected-note{{previous declaration is here}}188 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not ad…
208 void redecl5(); // expected-note{{previous declaration is here}}209 __declspec(dllexport) inline void redecl5() {} // expected-warning{{redeclaration of 'redecl5' shou… in redecl5() function
310 void redecl5(); // expected-note{{previous declaration is here}}311 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not ad…