Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ numberOfArguments
Function
numberOfArguments
lib/astutils.cpp:3194–3196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3192
}
3193
3194
int numberOfArguments(const Token* ftok) {
3195
return astCount(getArgumentStart(ftok),
","
);
3196
}
3197
3198
int numberOfArgumentsWithoutAst(const Token* start)
3199
{
Callers
8
getAllocationType
Method · 0.85
getReallocationType
Method · 0.85
isReopenStandardStream
Method · 0.85
isOpenDevNull
Method · 0.85
memsetZeroBytes
Method · 0.85
changeAllocStatusIfRealloc
Method · 0.85
getParentValueTypes
Function · 0.85
getArgumentVars
Function · 0.85
Calls
2
astCount
Function · 0.85
getArgumentStart
Function · 0.85
Tested by
no test coverage detected