Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
372
bool expr::eq(const expr &rhs) const {
373
C(rhs);
374
return ast() == rhs();
375
}
376
377
bool expr::isConst() const {
378
C();
Callers
15
instantiate_undef
Function · 0.45
preprocess
Function · 0.45
check_refinement
Function · 0.45
lookup
Method · 0.45
isFPNeg
Method · 0.45
operator+
Method · 0.45
cmp_eq
Method · 0.45
operator||
Method · 0.45
concat
Method · 0.45
extract
Method · 0.45
store
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected