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

Function isIntValue

lib/platform.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 Platform();
87
88 bool isIntValue(MathLib::bigint value) const {
89 return value >= min_value(int_bit) && value <= max_value(int_bit);
90 }
91
92 bool isIntValue(MathLib::biguint value) const {
93 const unsigned long long intMax = max_value(int_bit);

Callers

nothing calls this directly

Calls 1

max_valueFunction · 0.85

Tested by

no test coverage detected