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

  /external/clang/test/Sema/
dllexport.c 88 void redecl4(); // expected-note{{previous declaration is here}}
89 __declspec(dllexport) void redecl4(); // expected-error{{redeclaration of 'redecl4' cannot add 'dllexport' attribute}}
dllimport.c 126 void redecl4(); // expected-note{{previous declaration is here}}
127 __declspec(dllimport) void redecl4(); // expected-error{{redeclaration of 'redecl4' cannot add 'dllimport' attribute}}
  /external/clang/test/SemaCXX/
dllexport.cpp 191 void redecl4(); // expected-note{{previous declaration is here}}
192 __declspec(dllexport) inline void redecl4() {} // expected-error{{redeclaration of 'redecl4' cannot add 'dllexport' attribute}} function
    [all...]
dllimport.cpp 226 void redecl4(); // expected-note{{previous declaration is here}}
227 __declspec(dllimport) void redecl4(); // expected-error{{redeclaration of 'redecl4' cannot add 'dllimport' attribute}}
    [all...]

Completed in 2821 milliseconds