| 1364 | |
| 1365 | |
| 1366 | void MediumLevelILInstructionBase::SetAttributes(uint32_t attributes) |
| 1367 | { |
| 1368 | function->SetExprAttributes(exprIndex, attributes); |
| 1369 | } |
| 1370 | |
| 1371 | |
| 1372 | void MediumLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state) |
nothing calls this directly
no test coverage detected