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

/external/clang/test/CodeGen/
H A Ddllimport.c127 __declspec(dllimport) void redecl5(void);
128 USE(redecl5)
129 void redecl5(void); // dllimport ignored variable
/external/clang/test/Sema/
H A Ddllexport.c100 void redecl5(); // expected-note{{previous declaration is here}} variable
101 void useRedecl5() { redecl5(); }
102 __declspec(dllexport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot add 'dllexport' attribute}}
H A Ddllimport.c149 void redecl5(); // expected-note{{previous declaration is here}} variable
150 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not add 'dllimport' attribute}}
/external/clang/test/SemaCXX/
H A Ddllexport.cpp204 void redecl5(); // expected-note{{previous declaration is here}}
205 __declspec(dllexport) inline void redecl5() {} // expected-warning{{redeclaration of 'redecl5' should not add 'dllexport' attribute}} function
H A Ddllimport.cpp247 void redecl5(); // expected-note{{previous declaration is here}}
248 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not add 'dllimport' attribute}}

Completed in 109 milliseconds