Searched refs:funcTmplRedecl4 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddllexport.cpp265 template<typename T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}
266 template<typename T> __declspec(dllexport) inline void funcTmplRedecl4() {} // expected-error{{redeclaration of 'funcTmplRedecl4' cannot add 'dllexport' attribute}} function
H A Ddllimport.cpp347 template<typename T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}
348 template<typename T> __declspec(dllimport) void funcTmplRedecl4(); // expected-error{{redeclaration of 'funcTmplRedecl4' cannot add 'dllimport' attribute}}

Completed in 67 milliseconds