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

Method check_enough_tmp_slots

ir/state.cpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void State::check_enough_tmp_slots() {
490 if (i_tmp_values >= tmp_values.size())
491 throw AliveException("Too many temporaries", false);
492}
493
494const StateValue& State::eval(const Value &val, bool quantify_nondet) {
495 auto &[sval, _retdom, _ub, uvars] = values.at(&val);

Callers

nothing calls this directly

Calls 2

AliveExceptionClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected