| 506 | return (lb >= ub? nullptr: ub-1); |
| 507 | } |
| 508 | Instr *end() const |
| 509 | { |
| 510 | return (lb >= ub? nullptr: ub); |
| 511 | } |
| 512 | Instr *find(off_t offset) const; |
| 513 | Instr *lower_bound(off_t offset) const; |
| 514 | void *alloc(); |
no outgoing calls
no test coverage detected