Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isFloatArgValid
Method · 0.85
setValueTypeInTokenList
Method · 0.85
simplifyCalculations
Method · 0.85
parseComparison
Function · 0.85
checkIncorrectLogicOperator
Method · 0.85
value
Method · 0.85
promote
Method · 0.85
toBigUNumber
Method · 0.85
toBigNumber
Method · 0.85
toDoubleNumber
Method · 0.85
isNullValue
Method · 0.85
update_property_info
Method · 0.85
Calls
no outgoing calls
Tested by
1
isFloat
Method · 0.68