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