Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isBool
Method
isBool
smt/expr.cpp:400–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
bool expr::isBool() const {
401
C();
402
return Z3_get_sort_kind(ctx(), sort()) == Z3_BOOL_SORT;
403
}
404
405
bool expr::isFloat() const {
406
C();
Callers
14
error
Function · 0.80
preprocess
Function · 0.80
state.cpp
File · 0.80
not_poison_except_padding
Function · 0.80
zext
Method · 0.80
trunc
Method · 0.80
zextOrTrunc
Method · 0.80
concat
Method · 0.80
setNotPoison
Method · 0.80
subst
Method · 0.80
fromInt
Method · 0.80
Byte
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected