Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp435 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
440 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function
444 USE(funcTmplFriend3<ImplicitInst_NotImported>)
/external/clang/test/SemaCXX/
Ddllexport.cpp276 …template<typename T> friend void funcTmplFriend3(); // expected-note{{previo…
281 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclarati… in funcTmplFriend3() function
Ddllimport.cpp365 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…
374 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function