Searched refs:ExportedVarTmpl (Results 1 – 2 of 2) sorted by relevance
187 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable192 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)197 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;198 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable203 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable208 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;212 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;218 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;
144 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable147 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()150 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;151 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable154 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable157 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>;158 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1;162 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>;