Lines Matching refs:inlineFuncTmpl2
297 // MSC-DAG: define weak_odr dllexport void @"\01??$inlineFuncTmpl2@UExplicitInst_Exported@@@@YAXXZ"()299 template<typename T> inline void __attribute__((dllexport)) inlineFuncTmpl2() {}300 INST(inlineFuncTmpl2<ExplicitInst_Exported>)