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

Method vars

smt/expr.cpp:2303–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301}
2302
2303set<expr> expr::vars() const {
2304 return vars({ this });
2305}
2306
2307set<expr> expr::vars(const vector<const expr*> &exprs) {
2308 set<expr> result;

Callers 3

print_single_varvalFunction · 0.45
check_refinementFunction · 0.45
mkLambdaMethod · 0.45

Calls 3

astMethod · 0.80
exprClass · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected