| 2056 | |
| 2057 | |
| 2058 | ExprId LowLevelILInstruction::CopyTo(LowLevelILFunction* dest) const |
| 2059 | { |
| 2060 | return CopyTo(dest, [&](const LowLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); }); |
| 2061 | } |
| 2062 | |
| 2063 | |
| 2064 | ExprId LowLevelILInstruction::CopyTo( |
no test coverage detected