Lines Matching full:previous

48 // expected-note@+2{{previous attribute is here}}
50 __declspec(dllimport) extern int ExternGlobalDeclInit; // expected-note{{previous declaration is he…
54 // expected-warning@+2{{'ExternGlobalDeclInit' redeclared without 'dllimport' attribute: previous '…
59 // expected-note@+2{{previous attribute is here}}
61 __declspec(dllimport) int GlobalDeclInit; // expected-note{{previous declaration is here}}
65 // expected-warning@+2{{'GlobalDeclInit' redeclared without 'dllimport' attribute: previous 'dllimp…
70 // expected-note@+2{{previous attribute is here}}
72 int *__attribute__((dllimport)) GlobalDeclChunkAttrInit; // expected-note{{previous declaration is …
76 …+2{{'GlobalDeclChunkAttrInit' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
81 // expected-note@+2{{previous attribute is here}}
83 int GlobalDeclAttrInit __attribute__((dllimport)); // expected-note{{previous declaration is here}}
87 // expected-warning@+2{{'GlobalDeclAttrInit' redeclared without 'dllimport' attribute: previous 'dl…
104 …ort) extern int GlobalRedecl3; // expected-note{{previous declaration is here}} expected-note{{pre…
105 …cted-warning{{'GlobalRedecl3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
107 extern int GlobalRedecl4; // expected-note{{previous declaration is here}}
111 extern int GlobalRedecl5; // expected-note{{previous declaration is here}}
134 __declspec(dllimport) float LocalRedecl1; // expected-note{{previous declaration is here}}
135 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous declaration is here}}
136 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous declaration is here}}
169 // expected-note@+3{{previous attribute is here}}
172 __declspec(dllimport) extern int ExternVarTmplDeclInit; // expected-note{{previous declaration is h…
176 // expected-warning@+3{{'ExternVarTmplDeclInit' redeclared without 'dllimport' attribute: previous
182 // expected-note@+3{{previous attribute is here}}
185 __declspec(dllimport) int VarTmplDeclInit; // expected-note{{previous declaration is here}}
189 // expected-warning@+3{{'VarTmplDeclInit' redeclared without 'dllimport' attribute: previous 'dllim…
201 …rt) extern int VarTmplRedecl3; // expected-note{{previous declaration is here}} expected-note{{pre…
202 …ted-warning{{'VarTmplRedecl3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
204 template<typename T> extern int VarTmplRedecl4; // expected-note{{previous de…
291 …pec(dllimport) void redecl2(); // expected-note{{previous declaration is here}} expected-note{{pre…
292 …/ expected-warning{{'redecl2' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
295 // expected-note@+2{{previous attribute is here}}
297 … __declspec(dllimport) void redecl3(); // expected-note{{previous declaration is here}}
302 …xpected-warning@+2{{'redecl3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
306 void redecl4(); // expected-note{{previous declaration is here}}
310 void redecl5(); // expected-note{{previous declaration is here}}
315 void redecl6(); // expected-note{{previous declaration is here}}
325 …pec(dllimport) void friend2(); // expected-note{{previous declaration is here}} expected-note{{pre…
327 // expected-note@+2{{previous attribute is here}}
329 friend __declspec(dllimport) void friend3(); // expected-note{{previous declaration is here}}
330 friend void friend4(); // expected-note{{previous declaration is here}}
332 // expected-note@+2{{previous declaration is here}}
337 …/ expected-warning{{'friend2' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
341 …xpected-warning@+2{{'friend3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
352 …declspec(dllimport) friend6(); // expected-note{{previous declaration is here}} expected-note{{pre…
355 …/ expected-warning{{'friend6' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
412 …mport) void funcTmplRedecl2(); // expected-note{{previous declaration is here}} expected-note{{pre…
413 …ed-warning{{'funcTmplRedecl2' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
415 …mport) void funcTmplRedecl3(); // expected-note{{previous declaration is here}} expected-note{{pre…
416 …ed-warning{{'funcTmplRedecl3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in funcTmplRedecl3()
418 template<typename T> void funcTmplRedecl4(); // expected-note{{previous decla…
422 template<typename T> void funcTmplRedecl5(); // expected-note{{previous decla…
429 …mport) void funcTmplFriend2(); // expected-note{{previous declaration is here}} expected-note{{pre…
430 …mport) void funcTmplFriend3(); // expected-note{{previous declaration is here}} expected-note{{pre…
431 … friend void funcTmplFriend4(); // expected-note{{previous declaration is he…
438 …ed-warning{{'funcTmplFriend2' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
439 …ed-warning{{'funcTmplFriend3' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in funcTmplFriend3()
516 // expected-note@+2{{previous attribute is here}}
518 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
522 // expected-note@+5{{previous attribute is here}}
527 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
532 // expected-note@+5{{previous attribute is here}}
537 __declspec(dllimport) virtual void virtualDef(); // expected-note{{previous declaration is here}}
542 // expected-note@+5{{previous attribute is here}}
547 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}}
572 …rtMembers::Nested::normalDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
578 …2{{'ImportMembers::normalDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
589 …{{'ImportMembers::virtualDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
600 …2{{'ImportMembers::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
715 // expected-note@+2{{previous attribute is here}}
717 __declspec(dllimport) ~ImportDefaultedDefs(); // expected-note{{previous declaration is here}}
721 // expected-note@+2{{previous declaration is here}}
728 // expected-note@+2{{previous attribute is here}}
730 …portDefaultedDefs &operator=(ImportDefaultedDefs &&); // expected-note{{previous declaration is he…
739 …edDefs::~ImportDefaultedDefs' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
756 …portDefaultedDefs::operator=' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
762 void normalDef(); // expected-note{{previous declaration is here}}
763 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
764 virtual void virtualDef(); // expected-note{{previous declaration is here}}
765 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
766 static void staticDef(); // expected-note{{previous declaration is here}}
767 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
770 // expected-note@+4{{previous declaration is here}}
771 // expected-note@+4{{previous declaration is here}}
772 // expected-note@+4{{previous declaration is here}}
778 static int StaticField; // expected-note{{previous declaration is here}}
779 static const int StaticConstField; // expected-note{{previous declaration is here}}
780 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
823 … void normalDef(); // expected-note{{previous declaration is here}} expected-note{{pre…
826 …tatic void staticDef(); // expected-note{{previous declaration is here}} expected-note{{pre…
852 …'ImportMemberTmpl::normalDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in normalDef()
854 …'ImportMemberTmpl::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in staticDef()
873 …template<typename T> void normalDef(); // expected-note{{previous declaratio…
874 …template<typename T> inline void normalInlineDecl(); // expected-note{{previous declaratio…
875 …template<typename T> static void staticDef(); // expected-note{{previous declaratio…
876 …template<typename T> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
879 // expected-note@+3{{previous declaration is here}}
880 // expected-note@+3{{previous declaration is here}}
886 …template<typename T> static int StaticField; // expected-note{{previous declaratio…
887 …template<typename T> static const int StaticConstField; // expected-note{{previous declaratio…
888 …template<typename T> constexpr static int ConstexprField = 1; // expected-note{{previous declarati…
1080 // expected-note@+2{{previous attribute is here}}
1082 __declspec(dllimport) void normalDef(); // expected-note{{previous declaration is here}}
1086 // expected-note@+2{{previous attribute is here}}
1088 __declspec(dllimport) virtual void virtualDef(); // expected-note{{previous declaration is here}}
1092 // expected-note@+2{{previous attribute is here}}
1094 __declspec(dllimport) static void staticDef(); // expected-note{{previous declaration is here}}
1134 …tClassTmplMembers::normalDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
1146 …ClassTmplMembers::virtualDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
1158 …tClassTmplMembers::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor…
1176 void normalDef(); // expected-note{{previous declaration is here}}
1177 inline void normalInlineDecl(); // expected-note{{previous declaration is here}}
1178 virtual void virtualDef(); // expected-note{{previous declaration is here}}
1179 virtual inline void virtualInlineDecl(); // expected-note{{previous declaration is here}}
1180 static void staticDef(); // expected-note{{previous declaration is here}}
1181 static inline void staticInlineDecl(); // expected-note{{previous declaration is here}}
1184 // expected-note@+4{{previous declaration is here}}
1185 // expected-note@+4{{previous declaration is here}}
1186 // expected-note@+4{{previous declaration is here}}
1192 static int StaticField; // expected-note{{previous declaration is here}}
1193 static const int StaticConstField; // expected-note{{previous declaration is here}}
1194 constexpr static int ConstexprField = 1; // expected-note{{previous declaration is here}}
1236 … void normalDef(); // expected-note{{previous declaration is here}} expected-note{{pre…
1239 …tatic void staticDef(); // expected-note{{previous declaration is here}} expected-note{{pre…
1265 …ortClsTmplMemTmpl::normalDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in normalDef()
1267 …ortClsTmplMemTmpl::staticDef' redeclared without 'dllimport' attribute: previous 'dllimport' ignor… in staticDef()
1287 …template<typename U> void normalDef(); // expected-note{{previous declaratio…
1288 …template<typename U> inline void normalInlineDecl(); // expected-note{{previous declaratio…
1289 …template<typename U> static void staticDef(); // expected-note{{previous declaratio…
1290 …template<typename U> static inline void staticInlineDecl(); // expected-note{{previous declaratio…
1293 // expected-note@+3{{previous declaration is here}}
1294 // expected-note@+3{{previous declaration is here}}
1300 …template<typename U> static int StaticField; // expected-note{{previous declaratio…
1301 …template<typename U> static const int StaticConstField; // expected-note{{previous declaratio…
1302 …template<typename U> constexpr static int ConstexprField = 1; // expected-note{{previous declarati…
1350 // expected-note@+5{{previous attribute is here}}
1351 // expected-note@+4{{previous attribute is here}}
1361 // expected-note@+5{{previous attribute is here}}
1362 // expected-note@+4{{previous attribute is here}}