does the operation cause a loss of information?
| 157 | |
| 158 | // does the operation cause a loss of information? |
| 159 | static bool isNonInvertibleOperation(const Token* tok) |
| 160 | { |
| 161 | return !Token::Match(tok, "+|-"); |
| 162 | } |
| 163 | |
| 164 | static bool isComputableValue(const Token* parent, const Value& value) |
| 165 | { |
no outgoing calls
no test coverage detected