Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddllexport.cpp555 __declspec(dllexport) static const int StaticConstField; member
594 __declspec(dllexport) static const int StaticConstField; member
609 __declspec(dllexport) const int ExportMemberDefs::StaticConstField = 1; member in ExportMemberDefs
705 static const int StaticConstField; // expected-note{{previous declaration is here}} member
720 __declspec(dllexport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
744 template<typename T> __declspec(dllexport) static const int StaticConstField; member
778 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
792 template<typename T> __declspec(dllexport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
941 __declspec(dllexport) static const int StaticConstField; member
982 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
Ddllimport.cpp484 __declspec(dllimport) static const int StaticConstField; member
532 __declspec(dllimport) static const int StaticConstField; member
549 __declspec(dllimport) const int ImportMemberDefs::StaticConstField = 1; // expected-error{{defini… member in ImportMemberDefs
667 static const int StaticConstField; // expected-note{{previous declaration is here}} member
696 __declspec(dllimport) const int MemberRedecl::StaticConstField = 1; // expected-error{{redeclara… member in MemberRedecl
731 template<typename T> __declspec(dllimport) static const int StaticConstField; member
775 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio… member
801 template<typename T> __declspec(dllimport) const int MemTmplRedecl::StaticConstField = 1; // expe… member in MemTmplRedecl
1000 __declspec(dllimport) static const int StaticConstField; member
1054 static const int StaticConstField; // expected-note{{previous declaration is here}} member
[all …]
/external/clang/test/CodeGenCXX/
Ddllexport-members.cpp122 __declspec(dllexport) static const int StaticConstField; member
144 const int ExportMembers::StaticConstField = 1; member in ExportMembers
245 __declspec(dllexport) static const int StaticConstField; member
267 const int ExportMembers::Nested::StaticConstField = 1; member in ExportMembers::Nested
Ddllimport-members.cpp190 __declspec(dllimport) static const int StaticConstField; member
230 USEMV(ImportMembers, StaticConstField)
363 __declspec(dllimport) static const int StaticConstField; member
403 USEMV(ImportMembers::Nested, StaticConstField)