MCPcopy 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
3194int numberOfArguments(const Token* ftok) {
3195 return astCount(getArgumentStart(ftok), ",");
3196}
3197
3198int numberOfArgumentsWithoutAst(const Token* start)
3199{

Callers 8

getAllocationTypeMethod · 0.85
getReallocationTypeMethod · 0.85
isOpenDevNullMethod · 0.85
memsetZeroBytesMethod · 0.85
getParentValueTypesFunction · 0.85
getArgumentVarsFunction · 0.85

Calls 2

astCountFunction · 0.85
getArgumentStartFunction · 0.85

Tested by

no test coverage detected