Home
last modified time | relevance | path

Searched refs:redecl4 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
Ddllimport.c121 __declspec(dllimport) void redecl4(void);
122 USE(redecl4) in USE() argument
123 void redecl4(void) {} // dllimport ignored in USE()
/external/clang/test/Sema/
Ddllimport.c144 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…
Ddllexport.c96 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…
/external/clang/test/SemaCXX/
Ddllexport.cpp204 void redecl4(); // expected-note{{previous declaration is here}}
205 __declspec(dllexport) void redecl4(); // expected-warning{{redeclaration of 'redecl4' should not ad…
Ddllimport.cpp249 void redecl4(); // expected-note{{previous declaration is here}}
250 __declspec(dllimport) void redecl4(); // expected-warning{{redeclaration of 'redecl4' should not ad…