Home
last modified time | relevance | path

Searched refs:funcTmplFriend2 (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddllexport.cpp338 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
341 template<typename T> void funcTmplFriend2() {} in funcTmplFriend2() function
343 INST(funcTmplFriend2<ExplicitInst_Exported>)
H A Ddllimport.cpp393 template<typename T> friend __declspec(dllimport) void funcTmplFriend2();
398 template<typename T> void funcTmplFriend2(); // dllimport ignored
402 USE(funcTmplFriend2<ImplicitInst_NotImported>)
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Ddllexport.cpp271 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
276 template<typename T> void funcTmplFriend2() {} in funcTmplFriend2() function
H A Ddllimport.cpp358 …template<typename T> friend __declspec(dllimport) void funcTmplFriend2(); // expected-note{{previo…
367 template<typename T> void funcTmplFriend2(); // expected-warning{{'funcTmplFr…