Searched refs:ExportedVarTmpl (Results 1 – 2 of 2) sorted by relevance
155 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable160 USEVAR(ExportedVarTmpl<ImplicitInst_Exported>)165 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;166 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable171 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable176 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable180 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable186 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable
130 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable133 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()136 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;137 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable140 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable143 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable144 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable148 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable