MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / toBigNumber

Method toBigNumber

lib/mathlib.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

isOctFunction · 0.85
isFloatFunction · 0.85
isCharLiteralFunction · 0.70
strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected