Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getOffset
Method
getOffset
ir/pointer.cpp:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
expr Pointer::getOffset() const {
251
return p.extract(bits_for_offset + bits_for_ptrattrs - 1, bits_for_ptrattrs);
252
}
253
254
expr Pointer::getOffsetSizet() const {
255
auto off = getOffset();
Callers
13
error
Function · 0.80
mkAxioms
Method · 0.80
valueToBytes
Function · 0.80
computeAliasing
Method · 0.80
access
Method · 0.80
free
Method · 0.80
refined
Method · 0.80
isOfBlock
Method · 0.80
isInboundsOf
Method · 0.80
isDereferenceable
Method · 0.80
refined
Method · 0.80
pointer.cpp
File · 0.80
Calls
1
extract
Method · 0.45
Tested by
no test coverage detected