MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isNull

Method isNull

ir/pointer.cpp:935–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935expr Pointer::isNull() const {
936 if (Memory::observesAddresses())
937 return getAddress() == 0;
938 if (!has_null_block)
939 return false;
940 return *this == mkNullPointer(m);
941}
942
943bool Pointer::isBlkSingleByte() const {
944 uint64_t blk_size;

Callers 10

print_single_varvalFunction · 0.80
isZeroMethod · 0.80
mkUndefInputMethod · 0.80
setStateMethod · 0.80
freeMethod · 0.80
encodePtrAttrsFunction · 0.80
refinedMethod · 0.80
fninputRefinedMethod · 0.80
pointer.cppFile · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected