Lines Matching refs:inlineFuncTmpl1
288 // MSC-DAG: define weak_odr dllexport void @"\01??$inlineFuncTmpl1@UExplicitInst_Exported@@@@YAXXZ"()290 template<typename T> __declspec(dllexport) inline void inlineFuncTmpl1() {}291 INST(inlineFuncTmpl1<ExplicitInst_Exported>)