Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:friend3

279 // MSC-DAG: define  dllexport void @"\01?friend3@@YAXXZ"()
289 friend __declspec(dllimport) void friend3();
293 void friend3() {} // dllimport ignored
303 USE(friend3)