| 628 | } |
| 629 | |
| 630 | static MathLib::bigint asInt(const ValueFlow::Value& value) |
| 631 | { |
| 632 | return value.isFloatValue() ? static_cast<MathLib::bigint>(value.floatValue) : value.intvalue; |
| 633 | } |
| 634 | |
| 635 | namespace { |
| 636 | struct assign { |
no outgoing calls
no test coverage detected