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

Method match

lib/vf_analyzers.cpp:1390–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388 }
1389
1390 bool match(const Token* tok) const override {
1391 return isOppositeCond(isNot, expr, tok, getSettings(), true, true);
1392 }
1393};
1394
1395ValuePtr<Analyzer> makeOppositeExpressionAnalyzer(bool pIsNot, const Token* e, ValueFlow::Value val, const Settings& s)

Callers

nothing calls this directly

Calls 1

isOppositeCondFunction · 0.85

Tested by

no test coverage detected