| 615 | |
| 616 | |
| 617 | LowLevelILIntegerList::const_iterator LowLevelILIntegerList::end() const |
| 618 | { |
| 619 | const_iterator result; |
| 620 | result.function = m_start.function; |
| 621 | result.operand = 0; |
| 622 | result.count = 0; |
| 623 | return result; |
| 624 | } |
| 625 | |
| 626 | |
| 627 | size_t LowLevelILIntegerList::size() const |
no outgoing calls
no test coverage detected