Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isFalse
Method
isFalse
smt/expr.cpp:415–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
bool expr::isFalse() const {
416
C();
417
return Z3_get_bool_value(ctx(), ast()) == Z3_L_FALSE;
418
}
419
420
bool expr::isZero() const {
421
uint64_t n;
Callers
15
print_single_varval
Function · 0.80
error
Function · 0.80
instantiate_undef
Function · 0.80
check_refinement
Function · 0.80
exec
Function · 0.80
state.cpp
File · 0.80
inc
Method · 0.80
overlaps
Method · 0.80
addJump
Method · 0.80
addAxiom
Method · 0.80
addNoReturn
Method · 0.80
addFnCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected