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

Function isFloat

lib/symboldatabase.h:1304–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302 }
1303
1304 bool isFloat() const {
1305 return (type >= ValueType::Type::FLOAT && type <= ValueType::Type::LONGDOUBLE);
1306 }
1307
1308 bool fromLibraryType(const std::string &typestr, const Settings &settings);
1309

Callers 15

isFloatArgValidMethod · 0.85
simplifyCalculationsMethod · 0.85
parseComparisonFunction · 0.85
valueMethod · 0.85
promoteMethod · 0.85
toBigUNumberMethod · 0.85
toBigNumberMethod · 0.85
toDoubleNumberMethod · 0.85
isNullValueMethod · 0.85
update_property_infoMethod · 0.85

Calls

no outgoing calls

Tested by 1

isFloatMethod · 0.68