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

Method isPointerDeRef

trunk/lib/checknullpointer.cpp:155–245  ·  view source on GitHub ↗

* Is there a pointer dereference? Everything that should result in * a nullpointer dereference error message will result in a true * return value. If it's unknown if the pointer is dereferenced false * is returned. * @param tok token for the pointer * @param unknown it is not known if there is a pointer dereference (could be reported as a debug message) * @return true => there is a der

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

astOperand1Method · 0.80
astOperand2Method · 0.80
tokAtMethod · 0.80
variableMethod · 0.80
isPointerMethod · 0.80
isArrayMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected