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

Method isAliasModified

lib/vf_analyzers.cpp:1352–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350 }
1351
1352 Action isAliasModified(const Token* tok, int indirect) const override {
1353 if (value.isSymbolicValue() && tok->exprId() == value.tokvalue->exprId())
1354 indirect = 0;
1355 return SingleValueFlowAnalyzer::isAliasModified(tok, indirect);
1356 }
1357};
1358
1359struct SameExpressionAnalyzer : ExpressionAnalyzer {

Callers

nothing calls this directly

Calls 1

isAliasModifiedFunction · 0.85

Tested by

no test coverage detected