Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:StaticVar

601   template<typename T>                       static const int StaticVar = 1;
604 template<typename T> const int MemVarTmpl::StaticVar;
639 // MSC-DAG: @"\01??$StaticVar@UExplicitDecl_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
641 extern template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
642 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitDecl_Exported>;
646 // MSC-DAG: @"\01??$StaticVar@UExplicitInst_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
648 template __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitInst_Exported>;
651 // MSC-DAG: @"\01??$StaticVar@UExplicitSpec_Def_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
653 template<> __declspec(dllexport) const int MemVarTmpl::StaticVar<ExplicitSpec_Def_Exported> = 1;