Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
bool expr::isUInt(uint64_t &n) const {
453
C();
454
return Z3_get_numeral_uint64(ctx(), ast(), &n);
455
}
456
457
bool expr::isInt(int64_t &n) const {
458
C();
Callers
15
ensure_non_fncallmem
Function · 0.80
align_ge_size
Function · 0.80
align_gt_size
Function · 0.80
memory.cpp
File · 0.80
isBlockAlive
Method · 0.80
mayalias
Method · 0.80
computeAliasing
Method · 0.80
load
Method · 0.80
store
Method · 0.80
hasStored
Method · 0.80
record_store
Method · 0.80
memset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected