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

  /external/clang/test/Sema/
dllexport.c 91 void redecl5(); // expected-note{{previous declaration is here}} variable
92 __declspec(dllexport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot add 'dllexport' attribute}}
dllimport.c 130 __declspec(dllimport) void redecl5(); variable
131 inline void redecl5() {} function
  /external/clang/test/SemaCXX/
dllimport.cpp 229 void redecl5(); // expected-note{{previous declaration is here}}
230 __declspec(dllimport) inline void redecl5() {} // expected-error{{redeclaration of 'redecl5' cannot add 'dllimport' attribute}} function
    [all...]

Completed in 78 milliseconds