MCPcopy 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
415bool expr::isFalse() const {
416 C();
417 return Z3_get_bool_value(ctx(), ast()) == Z3_L_FALSE;
418}
419
420bool expr::isZero() const {
421 uint64_t n;

Callers 15

print_single_varvalFunction · 0.80
errorFunction · 0.80
instantiate_undefFunction · 0.80
check_refinementFunction · 0.80
execFunction · 0.80
state.cppFile · 0.80
incMethod · 0.80
overlapsMethod · 0.80
addJumpMethod · 0.80
addAxiomMethod · 0.80
addNoReturnMethod · 0.80
addFnCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected