MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / eraseAll

Method eraseAll

lib/checkunusedvar.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void Variables::eraseAll(nonneg int varid)
261{
262 eraseAliases(varid);
263 erase(varid);
264}
265
266void Variables::addVar(const Variable *var,
267 VariableType type,

Callers 2

doAssignmentFunction · 0.80

Calls 1

eraseFunction · 0.85

Tested by

no test coverage detected