HomeSort by relevance Sort by last modified time
    Searched refs:funcTmplRedecl4 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
dllexport.cpp 252 template<typename T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}
253 template<typename T> __declspec(dllexport) inline void funcTmplRedecl4() {} // expected-error{{redeclaration of 'funcTmplRedecl4' cannot add 'dllexport' attribute}}
    [all...]
dllimport.cpp 295 template<typename T> void funcTmplRedecl4(); // expected-note{{previous declaration is here}}
296 template<typename T> __declspec(dllimport) void funcTmplRedecl4(); // expected-error{{redeclaration of 'funcTmplRedecl4' cannot add 'dllimport' attribute}}
    [all...]

Completed in 33 milliseconds