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

/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp389 // MSC-DAG: declare dllimport void @"\01??$funcTmplFriend4@UImplicitInst_Imported@@@@YAXXZ"()
395 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
400 template<typename T> inline void funcTmplFriend4() {} function
404 USE(funcTmplFriend4<ImplicitInst_Imported>)
/external/clang/test/SemaCXX/
H A Ddllexport.cpp273 template<typename T> friend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
278 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllexport' attribute}} function
H A Ddllimport.cpp360 template<typename T> friend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
369 template<typename T> __declspec(dllimport) void funcTmplFriend4(); // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllimport' attribute}}

Completed in 269 milliseconds