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

  /external/clang/test/CodeGenCXX/
dllexport.cpp 334 // MSC-DAG: define weak_odr dllexport void @"\01??$funcTmplFriend2@UExplicitInst_Exported@@@@YAXXZ"()
338 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
341 template<typename T> void funcTmplFriend2() {}
343 INST(funcTmplFriend2<ExplicitInst_Exported>)
    [all...]
dllimport.cpp 426 // MSC-DAG: declare void @"\01??$funcTmplFriend2@UImplicitInst_NotImported@@@@YAXXZ"()
434 template<typename T> friend __declspec(dllimport) void funcTmplFriend2();
439 template<typename T> void funcTmplFriend2(); // dllimport ignored
443 USE(funcTmplFriend2<ImplicitInst_NotImported>)
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 275 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
280 template<typename T> void funcTmplFriend2() {}
    [all...]
dllimport.cpp 364 template<typename T> friend __declspec(dllimport) void funcTmplFriend2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
373 template<typename T> void funcTmplFriend2(); // expected-warning{{'funcTmplFriend2' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
    [all...]

Completed in 52 milliseconds