Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:funcTmplFriend4

430 // MSC-DAG: declare dllimport   void @"\01??$funcTmplFriend4@UImplicitInst_Imported@@@@YAXXZ"()
436 template<typename T> friend __declspec(dllimport) inline void funcTmplFriend4();
441 template<typename T> inline void funcTmplFriend4() {}
445 USE(funcTmplFriend4<ImplicitInst_Imported>)