Home
last modified time | relevance | path

Searched refs:ImportedStaticVar (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Ddllimport-members.cpp829 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member
835 USEMV(MemVarTmpl, ImportedStaticVar<ImplicitInst_Imported>)
841 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;
842 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitDecl_Imported>)
851 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>;
852 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_Imported>)
858 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>;
859 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_NotImported>)
/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp829 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member
835 USEMV(MemVarTmpl, ImportedStaticVar<ImplicitInst_Imported>)
841 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;
842 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitDecl_Imported>)
851 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>;
852 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_Imported>)
858 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>;
859 USEMV(MemVarTmpl, ImportedStaticVar<ExplicitSpec_NotImported>)
/external/clang/test/SemaCXX/
Ddllimport.cpp1028 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member
1032 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl()
1036 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;
1043 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1044 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl
1050 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl
/external/llvm-project/clang/test/SemaCXX/
Ddllimport.cpp1090 template<typename T> __declspec(dllimport) static const int ImportedStaticVar = 1; member
1094 int useMemVarTmpl() { return MemVarTmpl::ImportedStaticVar<ImplicitInst_Imported>; } in useMemVarTmpl()
1098 extern template const int MemVarTmpl::ImportedStaticVar<ExplicitDecl_Imported>;
1105 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Imported>; member in MemVarTmpl
1106 template<> __declspec(dllimport) const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_Def_Imported>… member in MemVarTmpl
1112 template<> const int MemVarTmpl::ImportedStaticVar<ExplicitSpec_NotImported>; member in MemVarTmpl