Home
last modified time | relevance | path

Searched defs:StaticConstField (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Ddllimport.cpp590 __declspec(dllimport) static const int StaticConstField; member
664 __declspec(dllimport) static const int StaticConstField; member
681 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{defini… member in ImportMemberDefs
818 static const int StaticConstField; // expected-note{{previous declaration is here}} member
847 __declspec(dllimport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
895 template<typename T> __declspec(dllimport) static const int StaticConstField; member
947 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
975 template<typename T> __declspec(dllimport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
1187 __declspec(dllimport) static const int StaticConstField; member
1265 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
H A Ddllexport.cpp613 __declspec(dllexport) static const int StaticConstField; member
652 __declspec(dllexport) static const int StaticConstField; member
667 __declspec(dllexport) const int ExportMemberDefs::StaticConstField = 1; member in ExportMemberDefs
763 static const int StaticConstField; // expected-note{{previous declaration is here}} member
778 __declspec(dllexport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
838 template<typename T> __declspec(dllexport) static const int StaticConstField; member
872 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
886 template<typename T> __declspec(dllexport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
1041 __declspec(dllexport) static const int StaticConstField; member
1082 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Ddllexport-members.cpp125 __declspec(dllexport) static const int StaticConstField; member
148 const int ExportMembers::StaticConstField = 1; member in ExportMembers
251 __declspec(dllexport) static const int StaticConstField; member
274 const int ExportMembers::Nested::StaticConstField = 1; member in ExportMembers::Nested
H A Ddllimport-members.cpp190 __declspec(dllimport) static const int StaticConstField; member
363 __declspec(dllimport) static const int StaticConstField; member