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

Method toBigUNumber

lib/mathlib.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288MathLib::biguint MathLib::toBigUNumber(const Token * tok)
289{
290 return toBigUNumber(tok->str(), tok);
291}
292
293// TODO: remove handling of non-literal stuff
294MathLib::biguint MathLib::toBigUNumber(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