Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Ddllimport.cpp436 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
441 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function
445 USE(funcTmplFriend3<ImplicitInst_NotImported>)
/external/llvm-project/clang/test/CodeGenCXX/
Ddllimport.cpp466 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
471 template<typename T> void funcTmplFriend3() {} // dllimport ignored in funcTmplFriend3() function
475 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.cpp430 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…
439 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function
/external/llvm-project/clang/test/SemaCXX/
Ddllexport.cpp289 …template<typename T> friend void funcTmplFriend3(); // expected-note{{previo…
294 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclarati… in funcTmplFriend3() function
Ddllimport.cpp453 …template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previo…
464 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmpl… in funcTmplFriend3() function