MCPcopy 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
400static const Token *skipMembers(const Token *tok)
401{
402 while (Token::Match(tok, "%name% ."))
403 tok = tok->tokAt(2);
404 return tok;
405}
406
407static bool isIterator(const Variable *var, bool& inconclusiveType)
408{

Callers 1

iteratorsMethod · 0.85

Calls 1

tokAtMethod · 0.45

Tested by

no test coverage detected