| 61 | } |
| 62 | |
| 63 | void setMaxValue(MathLib::bigint x, const ValueFlow::Value* ref = nullptr) |
| 64 | { |
| 65 | maxvalue = {x}; |
| 66 | if (ref) |
| 67 | maxRef = {ref}; |
| 68 | } |
| 69 | |
| 70 | bool isLessThan(MathLib::bigint x, std::vector<const ValueFlow::Value*>* ref = nullptr) const |
| 71 | { |
no outgoing calls
no test coverage detected