| 271 | } |
| 272 | |
| 273 | static bool isSaturated(MathLib::bigint value) |
| 274 | { |
| 275 | return value == std::numeric_limits<MathLib::bigint>::max() || value == std::numeric_limits<MathLib::bigint>::min(); |
| 276 | } |
| 277 | |
| 278 | static void parseCompareEachInt( |
| 279 | const Token* tok, |
no outgoing calls
no test coverage detected