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
126 template<typename T> __declspec(dllexport) int ExportedVarTmpl = 1; variable129 int useVarTmpl() { return ExportedVarTmpl<ImplicitInst_Exported>; } in useVarTmpl()132 extern template int ExportedVarTmpl<ExplicitDecl_Exported>;133 template int ExportedVarTmpl<ExplicitDecl_Exported>; variable136 template __declspec(dllexport) int ExportedVarTmpl<ExplicitInst_Exported>; variable139 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Exported>; variable140 template<> __declspec(dllexport) int ExportedVarTmpl<ExplicitSpec_Def_Exported> = 1; variable144 template<> int ExportedVarTmpl<ExplicitSpec_NotExported>; variable