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

  /external/clang/test/CodeGenCXX/
dllimport.cpp 373 // MSC-DAG: define linkonce_odr void @"\01??$funcTmplFriend3@UImplicitInst_NotImported@@@@YAXXZ"()
380 template<typename T> friend __declspec(dllimport) void funcTmplFriend3();
385 template<typename T> void funcTmplFriend3() {} // dllimport ignored
389 USE(funcTmplFriend3<ImplicitInst_NotImported>)
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 259 template<typename T> friend void funcTmplFriend3(); // expected-note{{previous declaration is here}}
264 template<typename T> __declspec(dllexport) void funcTmplFriend3() {} // expected-error{{redeclaration of 'funcTmplFriend3' cannot add 'dllexport' attribute}}
    [all...]
dllimport.cpp 305 template<typename T> friend __declspec(dllimport) void funcTmplFriend3(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
311 template<typename T> void funcTmplFriend3() {} // expected-warning{{'funcTmplFriend3' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
    [all...]

Completed in 236 milliseconds