| 589 | |
| 590 | |
| 591 | HighLevelILIndexList HighLevelILOperand::GetIndexList() const |
| 592 | { |
| 593 | if (m_type != IndexListHighLevelOperand) |
| 594 | throw HighLevelILInstructionAccessException(); |
| 595 | return m_instr.GetRawOperandAsIndexList(m_operandIndex); |
| 596 | } |
| 597 | |
| 598 | |
| 599 | const HighLevelILOperand HighLevelILOperandList::ListIterator::operator*() |
nothing calls this directly
no test coverage detected