MCPcopy 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
250expr Pointer::getOffset() const {
251 return p.extract(bits_for_offset + bits_for_ptrattrs - 1, bits_for_ptrattrs);
252}
253
254expr Pointer::getOffsetSizet() const {
255 auto off = getOffset();

Callers 13

errorFunction · 0.80
mkAxiomsMethod · 0.80
valueToBytesFunction · 0.80
computeAliasingMethod · 0.80
accessMethod · 0.80
freeMethod · 0.80
refinedMethod · 0.80
isOfBlockMethod · 0.80
isInboundsOfMethod · 0.80
isDereferenceableMethod · 0.80
refinedMethod · 0.80
pointer.cppFile · 0.80

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected