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

Function isIntegral

lib/symboldatabase.h:1300–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298 }
1299
1300 bool isIntegral() const {
1301 return (type >= ValueType::Type::BOOL && type <= ValueType::Type::UNKNOWN_INT);
1302 }
1303
1304 bool isFloat() const {
1305 return (type >= ValueType::Type::FLOAT && type <= ValueType::Type::LONGDOUBLE);

Callers 1

strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected