Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
828
const Token* Token::nextArgument() const
829
{
830
return nextArgumentImpl(this);
831
}
832
833
Token *Token::nextArgument()
834
{
Callers
15
checkTokenMatchPatterns
Method · 0.45
checkTokenSimpleMatchPatterns
Method · 0.45
checkMissingPercentCharacter
Method · 0.45
checkUnknownPattern
Method · 0.45
checkExtraWhitespace
Method · 0.45
checkFileUsage
Method · 0.45
invalidScanf
Method · 0.45
findFormat
Function · 0.45
checkWrongPrintfScanfArguments
Method · 0.45
checkFormatString
Method · 0.45
va_start_argument
Method · 0.45
getDeallocationType
Method · 0.45
Calls
1
nextArgumentImpl
Function · 0.85
Tested by
no test coverage detected