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

Method nextArgument

lib/token.cpp:828–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827
828const Token* Token::nextArgument() const
829{
830 return nextArgumentImpl(this);
831}
832
833Token *Token::nextArgument()
834{

Callers 15

checkUnknownPatternMethod · 0.45
checkExtraWhitespaceMethod · 0.45
checkFileUsageMethod · 0.45
invalidScanfMethod · 0.45
findFormatFunction · 0.45
checkFormatStringMethod · 0.45
va_start_argumentMethod · 0.45
getDeallocationTypeMethod · 0.45

Calls 1

nextArgumentImplFunction · 0.85

Tested by

no test coverage detected