Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp436 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
441 template<typename T> inline void funcTmplFriend4() {} in funcTmplFriend4() function
445 USE(funcTmplFriend4<ImplicitInst_Imported>)
/external/clang/test/SemaCXX/
Ddllexport.cpp277 …template<typename T> friend void funcTmplFriend4(); // expected-note{{previo…
282 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{rede… in funcTmplFriend4() function
Ddllimport.cpp366 …template<typename T> friend void funcTmplFriend4(); // expected-note{{previo…
375 template<typename T> __declspec(dllimport) void funcTmplFriend4(); // expected-error{{redeclaration…