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

Function skipConstVolatileBackwards

lib/tokenize.cpp:2918–2922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2916}
2917
2918static const Token* skipConstVolatileBackwards(const Token* tok) {
2919 while (Token::Match(tok, "const|volatile"))
2920 tok = tok->previous();
2921 return tok;
2922}
2923
2924bool Tokenizer::simplifyUsing()
2925{

Callers 1

simplifyUsingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected