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

Function findExpressionChangedSkipDeadCode

lib/astutils.cpp:3168–3177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3166}
3167
3168const Token* findExpressionChangedSkipDeadCode(const Token* expr,
3169 const Token* start,
3170 const Token* end,
3171 const Settings& settings,
3172 const std::function<std::vector<MathLib::bigint>(const Token* tok)>& evaluate,
3173 int depth)
3174{
3175 return findExpressionChangedImpl(
3176 expr, start, end, settings, depth, ExpressionChangedSkipDeadCode{settings.library, evaluate});
3177}
3178
3179const Token* getArgumentStart(const Token* ftok)
3180{

Callers 2

findVarBoundFunction · 0.85
removeModifiedVarsMethod · 0.85

Calls 1

Tested by

no test coverage detected