Searched refs:redecl5 (Results 1 – 5 of 5) sorted by relevance
127 __declspec(dllimport) void redecl5(void);128 USE(redecl5)129 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
149 void redecl5(); // expected-note{{previous declaration is here}}150 __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
253 void redecl5(); // expected-note{{previous declaration is here}}254 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not ad…