Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:funcTmplFriend2

334 // MSC-DAG: define weak_odr dllexport void @"\01??$funcTmplFriend2@UExplicitInst_Exported@@@@YAXXZ"()
338 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
341 template<typename T> void funcTmplFriend2() {}
343 INST(funcTmplFriend2<ExplicitInst_Exported>)