Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Ddllimport.c130 __declspec(dllimport) void redecl5(void);
131 USE(redecl5)
132 void redecl5(void); // dllimport ignored
/external/clang/test/Sema/
Ddllexport.c100 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
Ddllimport.c187 void redecl5(); // expected-note{{previous declaration is here}}
188 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not ad…
/external/clang/test/SemaCXX/
Ddllexport.cpp208 void redecl5(); // expected-note{{previous declaration is here}}
209 __declspec(dllexport) inline void redecl5() {} // expected-warning{{redeclaration of 'redecl5' shou… in redecl5() function
Ddllimport.cpp310 void redecl5(); // expected-note{{previous declaration is here}}
311 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not ad…