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

Method isAnd

smt/expr.cpp:522–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522bool expr::isAnd(expr &a, expr &b) const {
523 return isBinOp(a, b, Z3_OP_AND);
524}
525
526bool expr::isNot(expr &neg) const {
527 return isUnOp(neg, Z3_OP_NOT);

Callers 3

any_fp_zeroFunction · 0.80
operator||Method · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected