Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:friend3

278 // MSC-DAG: define            void @"\01?friend3@@YAXXZ"()
288 friend __declspec(dllimport) void friend3();
292 void friend3() {} // dllimport ignored
302 USE(friend3)