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

Method ~ArgumentInfo

lib/checkio.cpp:1585–1593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583}
1584
1585CheckIOImpl::ArgumentInfo::~ArgumentInfo()
1586{
1587 if (tempToken) {
1588 while (tempToken->next())
1589 tempToken->deleteNext();
1590
1591 delete tempToken;
1592 }
1593}
1594
1595namespace {
1596 const std::set<std::string> stl_vector = { "array", "vector" };

Callers

nothing calls this directly

Calls 2

nextMethod · 0.80
deleteNextMethod · 0.80

Tested by

no test coverage detected