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

Method isUInt

smt/expr.cpp:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452bool expr::isUInt(uint64_t &n) const {
453 C();
454 return Z3_get_numeral_uint64(ctx(), ast(), &n);
455}
456
457bool expr::isInt(int64_t &n) const {
458 C();

Callers 15

ensure_non_fncallmemFunction · 0.80
align_ge_sizeFunction · 0.80
align_gt_sizeFunction · 0.80
memory.cppFile · 0.80
isBlockAliveMethod · 0.80
mayaliasMethod · 0.80
computeAliasingMethod · 0.80
loadMethod · 0.80
storeMethod · 0.80
hasStoredMethod · 0.80
record_storeMethod · 0.80
memsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected