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

Method forward

lib/valueflow.cpp:4403–4413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4401 virtual std::vector<Condition> parse(const Token* tok, const Settings& settings) const = 0;
4402
4403 virtual Analyzer::Result forward(Token* start,
4404 const Token* stop,
4405 const Token* exprTok,
4406 const std::list<ValueFlow::Value>& values,
4407 TokenList& tokenlist,
4408 ErrorLogger& errorLogger,
4409 const Settings& settings,
4410 SourceLocation loc = SourceLocation::current()) const
4411 {
4412 return valueFlowForward(start->next(), stop, exprTok, values, tokenlist, errorLogger, settings, loc);
4413 }
4414
4415 virtual Analyzer::Result forward(Token* top,
4416 const Token* exprTok,

Callers

nothing calls this directly

Calls 3

valueFlowForwardFunction · 0.85
nextMethod · 0.80

Tested by

no test coverage detected