Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
void Variables::eraseAll(nonneg int varid)
261
{
262
eraseAliases(varid);
263
erase(varid);
264
}
265
266
void Variables::addVar(const Variable *var,
267
VariableType type,
Callers
2
doAssignment
Function · 0.80
checkFunctionVariableUsage_iterateScopes
Method · 0.80
Calls
1
erase
Function · 0.85
Tested by
no test coverage detected