| 286 | } |
| 287 | |
| 288 | MathLib::biguint MathLib::toBigUNumber(const Token * tok) |
| 289 | { |
| 290 | return toBigUNumber(tok->str(), tok); |
| 291 | } |
| 292 | |
| 293 | // TODO: remove handling of non-literal stuff |
| 294 | MathLib::biguint MathLib::toBigUNumber(const std::string & str, const Token * const tok) |
nothing calls this directly
no test coverage detected