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

Method isPointerDeRef

lib/checknullpointer.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool CheckNullPointerImpl::isPointerDeRef(const Token *tok, bool &unknown) const
132{
133 return isPointerDeRef(tok, unknown, mSettings);
134}
135
136bool CheckNullPointerImpl::isPointerDeRef(const Token *tok, bool &unknown, const Settings &settings, bool checkNullArg)
137{

Callers

nothing calls this directly

Calls 15

astIsRHSFunction · 0.85
astParentSkipParensFunction · 0.85
isUnevaluatedFunction · 0.85
astIsIteratorFunction · 0.85
astIsSmartPointerFunction · 0.85
scopeMethod · 0.80
astParentMethod · 0.80
astOperand1Method · 0.80
isUnaryOpMethod · 0.80
variableMethod · 0.80
isArrayMethod · 0.80
astOperand2Method · 0.80

Tested by

no test coverage detected