Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:inlineFuncTmplDecl

298 // MSC-DAG: define weak_odr dllexport void @"\01??$inlineFuncTmplDecl@UExplicitInst_Exported@@@@YAXXZ"()
300 template<typename T> __declspec(dllexport) inline void inlineFuncTmplDecl();
301 template<typename T> void inlineFuncTmplDecl() {}
302 INST(inlineFuncTmplDecl<ExplicitInst_Exported>)