Home
last modified time | relevance | path

Searched refs:redecl6 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Sema/
Ddllexport.c105 void redecl6(); // expected-note{{previous declaration is here}}
106 __declspec(dllexport) void redecl6(); // expected-warning{{redeclaration of 'redecl6' should not ad…
Ddllimport.c195 __declspec(dllimport) void redecl6();
196 inline void redecl6() {} in redecl6() function
/external/clang/test/SemaCXX/
Ddllimport.cpp315 void redecl6(); // expected-note{{previous declaration is here}}
316 __declspec(dllimport) inline void redecl6() {} // expected-warning{{redeclaration of 'redecl6' shou… in redecl6() function
318 void redecl6();
319 __declspec(dllimport) inline void redecl6() {} // expected-warning{{'dllimport' attribute ignored o… in redecl6() function