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

Method isMutableExpr

lib/token.cpp:2747–2752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2745}
2746
2747bool Token::isMutableExpr() const
2748{
2749 if (mImpl->mMutableExpr == -1)
2750 mImpl->mMutableExpr = isMutableExpression(this);
2751 return !!mImpl->mMutableExpr;
2752}

Callers 2

isVariableChangedFunction · 0.80
isExpressionChangedAtFunction · 0.80

Calls 1

isMutableExpressionFunction · 0.85

Tested by

no test coverage detected