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

Method getMinValue

lib/token.cpp:2608–2613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606}
2607
2608const ValueFlow::Value* Token::getMinValue(bool condition, MathLib::bigint path) const
2609{
2610 if (!mImpl->mValues)
2611 return nullptr;
2612 return getCompareValue(*mImpl->mValues, condition, path, std::less<MathLib::bigint>{});
2613}
2614
2615const ValueFlow::Value* Token::getMovedValue() const
2616{

Callers 1

extractForLoopValuesFunction · 0.80

Calls 1

getCompareValueFunction · 0.70

Tested by

no test coverage detected