Searched refs:ExportedStaticVar (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp596 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member in struct:MemVarTmpl
599 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in class:MemVarTmpl
602 // MSC-DAG: @"\01??$ExportedStaticVar@UImplicitInst_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
604 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; }
608 // MSC-DAG: @"\01??$ExportedStaticVar@UExplicitDecl_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
610 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
611 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
615 // MSC-DAG: @"\01??$ExportedStaticVar@UExplicitInst_Exported@@@MemVarTmpl@@2HB" = weak_odr dllexport constant i32 1, comdat, align 4
617 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in class:MemVarTmpl
620 // MSC-DAG: @"\01??$ExportedStaticVar
622 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported> = 1; member in class:MemVarTmpl
628 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported> = 1; member in class:MemVarTmpl
[all...]
/external/clang/test/SemaCXX/
H A Ddllexport.cpp866 template<typename T> __declspec(dllexport) static const int ExportedStaticVar = 1; member in struct:MemVarTmpl
869 template<typename T> const int MemVarTmpl::ExportedStaticVar; member in class:MemVarTmpl
872 int useMemVarTmpl() { return MemVarTmpl::ExportedStaticVar<ImplicitInst_Exported>; }
876 extern template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>;
877 template const int MemVarTmpl::ExportedStaticVar<ExplicitDecl_Exported>; member in class:MemVarTmpl
881 template const int MemVarTmpl::ExportedStaticVar<ExplicitInst_Exported>; member in class:MemVarTmpl
884 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Exported>; member in class:MemVarTmpl
885 template<> __declspec(dllexport) const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_Def_Exported> = 1; member in class:MemVarTmpl
889 template<> const int MemVarTmpl::ExportedStaticVar<ExplicitSpec_NotExported>; member in class:MemVarTmpl

Completed in 119 milliseconds