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 338 // MSC-DAG: define weak_odr dllexport void @"\01??$funcTmplFriend2@UExplicitInst_Exported@@@@YAXXZ"()
342 template<typename T> friend __declspec(dllexport) void funcTmplFriend2();
345 template<typename T> void funcTmplFriend2() {}
347 INST(funcTmplFriend2<ExplicitInst_Exported>)
    [all...]
dllimport.cpp 427 // MSC-DAG: declare void @"\01??$funcTmplFriend2@UImplicitInst_NotImported@@@@YAXXZ"()
435 template<typename T> friend __declspec(dllimport) void funcTmplFriend2();
440 template<typename T> void funcTmplFriend2(); // dllimport ignored
444 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 429 template<typename T> friend __declspec(dllimport) void funcTmplFriend2(); // expected-note{{previous declaration is here}} expected-note{{previous attribute is here}}
438 template<typename T> void funcTmplFriend2(); // expected-warning{{'funcTmplFriend2' redeclared without 'dllimport' attribute: previous 'dllimport' ignored}}
    [all...]

Completed in 97 milliseconds