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

Method reverse

lib/valueflow.cpp:4426–4436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4424 }
4425
4426 virtual void reverse(Token* start,
4427 const Token* endToken,
4428 const Token* exprTok,
4429 const std::list<ValueFlow::Value>& values,
4430 TokenList& tokenlist,
4431 ErrorLogger& errorLogger,
4432 const Settings& settings,
4433 SourceLocation loc = SourceLocation::current()) const
4434 {
4435 valueFlowReverse(start, endToken, exprTok, values, tokenlist, errorLogger, settings, loc);
4436 }
4437
4438 void traverseCondition(const SymbolDatabase& symboldatabase,
4439 const Settings& settings,

Callers

nothing calls this directly

Calls 1

valueFlowReverseFunction · 0.85

Tested by

no test coverage detected