Lines Matching refs:VarTmplDeclInit
124 // MSC-DAG: @"\01??$VarTmplDeclInit@UExplicitInst_Exported@@@@3HA" = weak_odr dllexport global i32 1, comdat, align 4126 template<typename T> __declspec(dllexport) extern int VarTmplDeclInit;127 template<typename T> int VarTmplDeclInit = 1;128 INSTVAR(VarTmplDeclInit<ExplicitInst_Exported>)