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

Function isLongLongValue

lib/platform.h:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 bool isLongLongValue(MathLib::biguint value) const {
107 const MathLib::biguint longLongMax = max_value(long_long_bit);
108 return value <= longLongMax;
109 }
110
111 std::uint8_t char_bit; /// bits in char
112 std::uint8_t short_bit; /// bits in short

Callers

nothing calls this directly

Calls 1

max_valueFunction · 0.85

Tested by

no test coverage detected