Searched refs:redecl4 (Results 1 – 5 of 5) sorted by relevance
121 __declspec(dllimport) void redecl4(void);122 USE(redecl4) in USE() argument123 void redecl4(void) {} // dllimport ignored in USE()
144 void redecl4(); // expected-note{{previous declaration is here}}145 void useRedecl4() { redecl4(); } in useRedecl4()146 __declspec(dllimport) void redecl4(); // expected-warning{{redeclaration of 'redecl4' should not ad…
96 void redecl4(); // expected-note{{previous declaration is here}}97 void useRedecl4() { redecl4(); } in useRedecl4()98 __declspec(dllexport) void redecl4(); // expected-error{{redeclaration of 'redecl4' cannot add 'dll…
204 void redecl4(); // expected-note{{previous declaration is here}}205 __declspec(dllexport) void redecl4(); // expected-warning{{redeclaration of 'redecl4' should not ad…
249 void redecl4(); // expected-note{{previous declaration is here}}250 __declspec(dllimport) void redecl4(); // expected-warning{{redeclaration of 'redecl4' should not ad…