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