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

/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp387 // MSC-DAG: define linkonce_odr void @"\01??$funcTmplFriend3@UImplicitInst_NotImported@@@@YAXXZ"()
394 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
399 template<typename T> void funcTmplFriend3() {} // dllimport ignored function
403 USE(funcTmplFriend3<ImplicitInst_NotImported>)
/external/clang/test/SemaCXX/
H A Ddllexport.cpp272 template<typename T> friend void funcTmplFriend3(); // expected-note{{previous declaration is here}}
277 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclaration of 'funcTmplFriend3' cannot add 'dllexport' attribute}} function
H A Ddllimport.cpp359 template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
368 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmplFriend3' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}} function

Completed in 92 milliseconds