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

Function isSaturated

lib/valueflow.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273static bool isSaturated(MathLib::bigint value)
274{
275 return value == std::numeric_limits<MathLib::bigint>::max() || value == std::numeric_limits<MathLib::bigint>::min();
276}
277
278static void parseCompareEachInt(
279 const Token* tok,

Callers 1

parseCompareEachIntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected