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

Function getTokenArgumentFunction

lib/astutils.cpp:2438–2440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436}
2437
2438const Token* getTokenArgumentFunction(const Token* tok, int& argn) {
2439 return getTokenArgumentFunctionImpl(tok, argn);
2440}
2441
2442Token* getTokenArgumentFunction(Token* tok, int& argn) {
2443 return getTokenArgumentFunctionImpl(tok, argn);

Callers 15

valueFlowContainerSizeFunction · 0.85
typeOfMethod · 0.85
checkInnerScopeMethod · 0.85
checkConstVariableMethod · 0.85
checkConstPointerMethod · 0.85
checkKnownArgumentMethod · 0.85
getParentFunctionMethod · 0.85
getOutparamAllocationFunction · 0.85
isMacroUsageFunction · 0.85

Calls 1

Tested by

no test coverage detected