Home
last modified time | relevance | path

Searched refs:funcTmplFriend4 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllimport.cpp395 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
400 template<typename T> inline void funcTmplFriend4() {} in funcTmplFriend4() function
404 USE(funcTmplFriend4<ImplicitInst_Imported>)
/external/clang/test/SemaCXX/
Ddllexport.cpp273 …template<typename T> friend void funcTmplFriend4(); // expected-note{{previo…
278 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{rede… in funcTmplFriend4() function
Ddllimport.cpp360 …template<typename T> friend void funcTmplFriend4(); // expected-note{{previo…
369 template<typename T> __declspec(dllimport) void funcTmplFriend4(); // expected-error{{redeclaration…