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

Method release

ir/pointer.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 const smt::expr& operator()() const { return p; }
95 smt::expr release() && { return std::move(p); }
96 unsigned bits() const { return p.bits(); }
97
98 smt::expr reprWithoutAttrs() const;

Callers 12

refinedByMethod · 0.80
toSMTMethod · 0.80
get_globalFunction · 0.80
mkInputMethod · 0.80
mkInputMethod · 0.80
mkUndefInputMethod · 0.80
mkFnRetMethod · 0.80
allocMethod · 0.80
fillPoisonMethod · 0.80
int2ptrMethod · 0.80
isDereferenceableMethod · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected