| 110 | : Pointer(m, bid, offset, attr_to_bitvec(attr)) {} |
| 111 | |
| 112 | Pointer Pointer::mkPhysical(const Memory &m, const expr &addr) { |
| 113 | return mkPhysical(m, addr, expr::mkUInt(0, bits_for_ptrattrs)); |
| 114 | } |
| 115 | |
| 116 | Pointer Pointer::mkPhysical(const Memory &m, const expr &addr, |
| 117 | const expr &attr) { |
nothing calls this directly
no test coverage detected