Lines Matching refs:inlineFuncTmpl2
379 // MSC-DAG: declare dllimport void @"\01??$inlineFuncTmpl2@UImplicitInst_Imported@@@@YAXXZ"()
381 // MO1-DAG: define available_externally dllimport void @"\01??$inlineFuncTmpl2@UImplicitInst_Imported@@@@YAXXZ"()
383 template<typename T> inline void __attribute__((dllimport)) inlineFuncTmpl2() {}
384 USE(inlineFuncTmpl2<ImplicitInst_Imported>)