Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:exportedStatic

499   template<typename T> __declspec(dllexport) static void exportedStatic() {}
510 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UImplicitInst_Exported@@@MemFunTmpl@@SAXXZ"()
512 MemFunTmpl().exportedStatic<ImplicitInst_Exported>();
525 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UExplicitDecl_Exported@@@MemFunTmpl@@SAXXZ"()
527 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
528 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
539 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UExplicitInst_Exported@@@MemFunTmpl@@SAXXZ"()
541 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
557 // MSC-DAG: define dllexport void @"\01??$exportedStatic@UExplicitSpec_Def_Exported@@@MemFunTmpl@@SAXXZ"()
559 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {}
561 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UExplicitSpec_InlineDef_Exported@@@MemFunTmpl@@SAXXZ"()
563 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Exported>() {}
574 // M32-DAG: define void @"\01??$exportedStatic@UExplicitSpec_NotExported@@@MemFunTmpl@@SAXXZ"()
576 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {}