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

Function getArguments

lib/astutils.cpp:3214–3216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3212}
3213
3214std::vector<const Token*> getArguments(const Token* ftok) {
3215 return astFlatten(getArgumentStart(ftok), ",");
3216}
3217
3218int getArgumentPos(const Variable* var, const Function* f)
3219{

Callers 15

checkRecursiveMethod · 0.70
possiblyAliasedMethod · 0.70
parseFunctionCallMethod · 0.70
bufferOverflowMethod · 0.70
argumentSizeMethod · 0.70
getReallocationTypeMethod · 0.70
isOpenDevNullMethod · 0.70
checkReallocUsageMethod · 0.70

Calls 2

astFlattenFunction · 0.85
getArgumentStartFunction · 0.85

Tested by

no test coverage detected