MCPcopy Create free account
hub / github.com/csmith-project/csmith / doFinalization

Method doFinalization

src/VariableSelector.cpp:1539–1549  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

1537 *
1538 */
1539void
1540VariableSelector::doFinalization(void)
1541{
1542 size_t i;
1543 for(i=0; i<AllVars.size(); i++) {
1544 delete AllVars[i];
1545 }
1546 AllVars.clear();
1547 GlobalList.clear();
1548 GlobalNonvolatilesList.clear();
1549}
1550
1551// --------------------------------------------------------------
1552void

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected