| 970 | |
| 971 | |
| 972 | void HighLevelILInstructionBase::SetAttributes(uint32_t attributes) |
| 973 | { |
| 974 | function->SetExprAttributes(exprIndex, attributes); |
| 975 | } |
| 976 | |
| 977 | |
| 978 | void HighLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state) |
nothing calls this directly
no test coverage detected