MCPcopy 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
1361void State::addUndefVar(expr &&var) {
1362 undef_vars.emplace(std::move(var));
1363}
1364
1365void State::resetUndefVars(bool quantify) {
1366 ((isSource() || !quantify) ? quantified_vars : fn_call_qvars)

Callers 3

mkInputMethod · 0.80
mkUndefMethod · 0.80
mkUndefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected