| 357 | |
| 358 | |
| 359 | bool HighLevelILFunction::HasSideEffects(const HighLevelILInstruction& instr) |
| 360 | { |
| 361 | return BNHighLevelILHasSideEffects(instr.function->GetObject(), instr.exprIndex); |
| 362 | } |
| 363 | |
| 364 | |
| 365 | BNScopeType HighLevelILFunction::GetExprScopeType(const HighLevelILInstruction& instr) |
no test coverage detected