| 375 | } |
| 376 | |
| 377 | MathLib::bigint MathLib::toBigNumber(const Token * tok) |
| 378 | { |
| 379 | return toBigNumber(tok->str(), tok); |
| 380 | } |
| 381 | |
| 382 | // TODO: remove handling of non-literal stuff |
| 383 | MathLib::bigint MathLib::toBigNumber(const std::string & str, const Token * const tok) |
nothing calls this directly
no test coverage detected