MCPcopy Create free account
hub / github.com/Tencent/TscanCode / isFunctionParUsage

Method isFunctionParUsage

trunk/lib/checkuninitvar.cpp:824–1032  ·  view source on GitHub ↗

* Is function parameter "used" so a "usage of uninitialized variable" can * be written? If parameter is passed "by value" then it is "used". If it * is passed "by reference" then it is not necessarily "used". * @return -1 => unknown 0 => not used 1 => used, 2-> possible use */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 14

ComputeArgPosFunction · 0.85
IsPointerOffsetAsArgFunction · 0.85
tokAtMethod · 0.80
variableMethod · 0.80
isArrayMethod · 0.80
getArgumentVarMethod · 0.80
isPointerMethod · 0.80
emptyMethod · 0.80
isuninitargbadMethod · 0.80
astOperand1Method · 0.80
astOperand2Method · 0.80
linkAtMethod · 0.80

Tested by

no test coverage detected