Searched refs:exportedFuncTmpl (Results 1 – 2 of 2) sorted by relevance
352 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function357 USE(exportedFuncTmpl<ImplicitInst_Exported>)362 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();363 template void exportedFuncTmpl<ExplicitDecl_Exported>();368 template void exportedFuncTmpl<ExplicitInst_Exported>();373 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function377 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function383 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function
293 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function297 void useFunTmplDef() { exportedFuncTmpl<ImplicitInst_Exported>(); } in useFunTmplDef()300 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();301 template void exportedFuncTmpl<ExplicitDecl_Exported>();304 template void exportedFuncTmpl<ExplicitInst_Exported>();307 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Exported>();308 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function309 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function313 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function