Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addUndefVar
Method
addUndefVar
ir/state.cpp:1361–1363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1359
}
1360
1361
void State::addUndefVar(expr &&var) {
1362
undef_vars.emplace(std::move(var));
1363
}
1364
1365
void State::resetUndefVars(bool quantify) {
1366
((isSource() || !quantify) ? quantified_vars : fn_call_qvars)
Callers
3
mkInput
Method · 0.80
mkUndef
Method · 0.80
mkUndef
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected