Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3214
std::vector<const Token*> getArguments(const Token* ftok) {
3215
return astFlatten(getArgumentStart(ftok),
","
);
3216
}
3217
3218
int getArgumentPos(const Variable* var, const Function* f)
3219
{
Callers
15
checkRecursive
Method · 0.70
possiblyAliased
Method · 0.70
parseFunctionCall
Method · 0.70
nullConstantDereference
Method · 0.70
bufferOverflow
Method · 0.70
stringNotZeroTerminated
Method · 0.70
argumentSize
Method · 0.70
checkRedundantTokCheck
Method · 0.70
getReallocationType
Method · 0.70
isReopenStandardStream
Method · 0.70
isOpenDevNull
Method · 0.70
checkReallocUsage
Method · 0.70
Calls
2
astFlatten
Function · 0.85
getArgumentStart
Function · 0.85
Tested by
no test coverage detected