| 405 | |
| 406 | |
| 407 | MediumLevelILIntegerList::const_iterator MediumLevelILIntegerList::end() const |
| 408 | { |
| 409 | const_iterator result; |
| 410 | result.function = m_start.function; |
| 411 | result.operand = 0; |
| 412 | result.count = 0; |
| 413 | return result; |
| 414 | } |
| 415 | |
| 416 | |
| 417 | size_t MediumLevelILIntegerList::size() const |
no outgoing calls
no test coverage detected