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
289 template<typename T> __declspec(dllexport) void exportedFuncTmpl() {} in exportedFuncTmpl() function293 void useFunTmplDef() { exportedFuncTmpl<ImplicitInst_Exported>(); } in useFunTmplDef()296 extern template void exportedFuncTmpl<ExplicitDecl_Exported>();297 template void exportedFuncTmpl<ExplicitDecl_Exported>();300 template void exportedFuncTmpl<ExplicitInst_Exported>();303 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Exported>();304 template<> __declspec(dllexport) void exportedFuncTmpl<ExplicitSpec_Def_Exported>() {} in exportedFuncTmpl() function305 template<> __declspec(dllexport) inline void exportedFuncTmpl<ExplicitSpec_InlineDef_Exported>() {} in exportedFuncTmpl() function309 template<> void exportedFuncTmpl<ExplicitSpec_NotExported>() {} in exportedFuncTmpl() function