Searched refs:exportedStatic (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp465 template<typename T> __declspec(dllexport) static void exportedStatic() {} function in struct:MemFunTmpl
476 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UImplicitInst_Exported@@@MemFunTmpl@@SAXXZ"()
478 MemFunTmpl().exportedStatic<ImplicitInst_Exported>();
491 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UExplicitDecl_Exported@@@MemFunTmpl@@SAXXZ"()
493 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
494 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
505 // MSC-DAG: define weak_odr dllexport void @"\01??$exportedStatic@UExplicitInst_Exported@@@MemFunTmpl@@SAXXZ"()
507 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
523 // MSC-DAG: define dllexport void @"\01??$exportedStatic@UExplicitSpec_Def_Exported@@@MemFunTmpl@@SAXXZ"()
525 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exporte function in class:MemFunTmpl
529 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
542 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp802 template<typename T> __declspec(dllexport) static void exportedStatic() {} function in struct:MemFunTmpl
808 MemFunTmpl().exportedStatic<ImplicitInst_Exported>();
816 extern template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
817 template void MemFunTmpl::exportedStatic<ExplicitDecl_Exported>();
822 template void MemFunTmpl::exportedStatic<ExplicitInst_Exported>();
829 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Exported>();
830 template<> __declspec(dllexport) void MemFunTmpl::exportedStatic<ExplicitSpec_Def_Exported>() {} function in class:MemFunTmpl
831 template<> __declspec(dllexport) inline void MemFunTmpl::exportedStatic<ExplicitSpec_InlineDef_Exported>() {} function in class:MemFunTmpl
836 template<> void MemFunTmpl::exportedStatic<ExplicitSpec_NotExported>() {} function in class:MemFunTmpl

Completed in 68 milliseconds