Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:redecl3

258 // NB: MSC issues a warning and makes redecl2/redecl3 dllexport. We follow GCC
266 // MSC-DAG: define void @"\01?redecl3@@YAXXZ"()
268 __declspec(dllimport) void redecl3();
269 void redecl3() {} // dllimport ignored
270 USE(redecl3)