HomeSort by relevance Sort by last modified time
    Searched refs:redecl5 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
dllimport.c 127 __declspec(dllimport) void redecl5(void);
128 USE(redecl5)
129 void redecl5(void); // dllimport ignored variable
  /external/clang/test/Sema/
dllexport.c 100 void redecl5(); // expected-note{{previous declaration is here}} variable
101 void useRedecl5() { redecl5(); }
102 __declspec(dllexport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot add 'dllexport' attribute}}
dllimport.c 149 void redecl5(); // expected-note{{previous declaration is here}} variable
150 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not add 'dllimport' attribute}}
  /external/clang/test/SemaCXX/
dllexport.cpp 208 void redecl5(); // expected-note{{previous declaration is here}}
209 __declspec(dllexport) inline void redecl5() {} // expected-warning{{redeclaration of 'redecl5' should not add 'dllexport' attribute}} function
    [all...]
dllimport.cpp 253 void redecl5(); // expected-note{{previous declaration is here}}
254 __declspec(dllimport) void redecl5(); // expected-warning{{redeclaration of 'redecl5' should not add 'dllimport' attribute}}
    [all...]

Completed in 58 milliseconds