Searched refs:VarTmplDeclInit (Results 1 – 3 of 3) sorted by relevance
158 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;159 template<typename T> int VarTmplDeclInit = 1; variable160 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)
117 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;118 template<typename T> int VarTmplDeclInit = 1; variable
199 __declspec(dllimport) int VarTmplDeclInit; // expected-note{{previous declaration is here}} variable206 int VarTmplDeclInit = 1; variable