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

Function findExpressionChanged

lib/astutils.cpp:3159–3166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3157}
3158
3159const Token* findExpressionChanged(const Token* expr,
3160 const Token* start,
3161 const Token* end,
3162 const Settings& settings,
3163 int depth)
3164{
3165 return findExpressionChangedImpl(expr, start, end, settings, depth, ExpressionChangedSimpleFind{});
3166}
3167
3168const Token* findExpressionChangedSkipDeadCode(const Token* expr,
3169 const Token* start,

Callers 12

beforeConditionMethod · 0.85
duplicateConditionMethod · 0.85
multiConditionMethod · 0.85
multiCondition2Method · 0.85
isSimpleExprFunction · 0.85
reentersLoopFunction · 0.85
followVariableExpressionFunction · 0.85
isSameExpressionFunction · 0.85
isVariableChangedFunction · 0.85

Calls 1

Tested by

no test coverage detected