| 292 | |
| 293 | |
| 294 | HighLevelILIntegerList::const_iterator HighLevelILIntegerList::end() const |
| 295 | { |
| 296 | const_iterator result; |
| 297 | result.function = m_start.function; |
| 298 | result.operand = 0; |
| 299 | result.count = 0; |
| 300 | return result; |
| 301 | } |
| 302 | |
| 303 | |
| 304 | size_t HighLevelILIntegerList::size() const |
no outgoing calls
no test coverage detected