Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:funcTmplFriend2

426 // MSC-DAG: declare             void @"\01??$funcTmplFriend2@UImplicitInst_NotImported@@@@YAXXZ"()
434 template<typename T> friend __declspec(dllimport) void funcTmplFriend2();
439 template<typename T> void funcTmplFriend2(); // dllimport ignored
443 USE(funcTmplFriend2<ImplicitInst_NotImported>)