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

Method isSameTypeOf

smt/expr.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468bool expr::isSameTypeOf(const expr &other) const {
469 C(other);
470 return sort() == other.sort();
471}
472
473bool expr::isEq(expr &lhs, expr &rhs) const {
474 return isBinOp(lhs, rhs, Z3_OP_EQ);

Callers 1

addFnCallMethod · 0.80

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected