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

Method eq

smt/expr.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372bool expr::eq(const expr &rhs) const {
373 C(rhs);
374 return ast() == rhs();
375}
376
377bool expr::isConst() const {
378 C();

Callers 15

instantiate_undefFunction · 0.45
preprocessFunction · 0.45
check_refinementFunction · 0.45
lookupMethod · 0.45
isFPNegMethod · 0.45
operator+Method · 0.45
cmp_eqMethod · 0.45
operator||Method · 0.45
concatMethod · 0.45
extractMethod · 0.45
storeMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected