Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2747
bool Token::isMutableExpr() const
2748
{
2749
if (mImpl->mMutableExpr == -1)
2750
mImpl->mMutableExpr = isMutableExpression(this);
2751
return !!mImpl->mMutableExpr;
2752
}
Callers
2
isVariableChanged
Function · 0.80
isExpressionChangedAt
Function · 0.80
Calls
1
isMutableExpression
Function · 0.85
Tested by
no test coverage detected