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

/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp375 // MSC-DAG: declare dllimport void @"\01??$funcTmplFriend4@UImplicitInst_Imported@@@@YAXXZ"()
381 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
386 template<typename T> inline void funcTmplFriend4() {} function
390 USE(funcTmplFriend4<ImplicitInst_Imported>)
/external/clang/test/SemaCXX/
H A Ddllexport.cpp260 template<typename T> friend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
265 template<typename T> __declspec(dllexport) inline void funcTmplFriend4() {} // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllexport' attribute}} function
H A Ddllimport.cpp306 template<typename T> friend void funcTmplFriend4(); // expected-note{{previous declaration is here}}
312 template<typename T> __declspec(dllimport) void funcTmplFriend4(); // expected-error{{redeclaration of 'funcTmplFriend4' cannot add 'dllimport' attribute}}

Completed in 239 milliseconds