| 1348 | |
| 1349 | |
| 1350 | ExprId HighLevelILInstruction::CopyTo(HighLevelILFunction* dest) const |
| 1351 | { |
| 1352 | return CopyTo(dest, [&](const HighLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); }); |
| 1353 | } |
| 1354 | |
| 1355 | |
| 1356 | ExprId HighLevelILInstruction::CopyTo( |
nothing calls this directly
no test coverage detected