| 1372 | }; |
| 1373 | |
| 1374 | ValuePtr<Analyzer> makeSameExpressionAnalyzer(const Token* e, ValueFlow::Value val, const Settings& s) |
| 1375 | { |
| 1376 | return SameExpressionAnalyzer{e, std::move(val), s}; |
| 1377 | } |
| 1378 | |
| 1379 | struct OppositeExpressionAnalyzer : ExpressionAnalyzer { |
| 1380 | bool isNot{}; |
no outgoing calls
no test coverage detected