HomeSort by relevance Sort by last modified time
    Searched full:friend4 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
dllexport.cpp 199 friend void friend4(); // expected-note{{previous declaration is here}}
204 __declspec(dllexport) inline void friend4() {} // expected-error{{redeclaration of 'friend4' cannot add 'dllexport' attribute}} function
    [all...]
dllimport.cpp 237 friend void friend4(); // expected-note{{previous declaration is here}}
243 __declspec(dllimport) void friend4(); // expected-error{{redeclaration of 'friend4' cannot add 'dllimport' attribute}}
    [all...]

Completed in 222 milliseconds