Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ skipMembers
Function
skipMembers
lib/checkstl.cpp:400–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
static const Token *skipMembers(const Token *tok)
401
{
402
while (Token::Match(tok,
"%name% ."
))
403
tok = tok->tokAt(2);
404
return tok;
405
}
406
407
static bool isIterator(const Variable *var, bool& inconclusiveType)
408
{
Callers
1
iterators
Method · 0.85
Calls
1
tokAt
Method · 0.45
Tested by
no test coverage detected