| 753 | } |
| 754 | |
| 755 | expr Pointer::getAllocType() const { |
| 756 | return getValue("blk_kind", m.local_blk_kind, m.non_local_blk_kind, |
| 757 | expr::mkUInt(0, 2)); |
| 758 | } |
| 759 | |
| 760 | expr Pointer::isStackAllocated(bool simplify) const { |
| 761 | // 1) if a stack object is returned by a callee it's UB |
no outgoing calls
no test coverage detected