Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isFloat
Method
isFloat
lib/mathlib.cpp:582–585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
bool MathLib::isFloat(const std::string &str)
583
{
584
return isDecimalFloat(str) || isFloatHex(str);
585
}
586
587
bool MathLib::isDecimalFloat(const std::string &str)
588
{
Callers
12
getDimensionsEtc
Function · 0.45
checkFloatToIntegerOverflow
Method · 0.45
setTokenValueCast
Function · 0.45
setTokenValue
Function · 0.45
setParentExprId
Function · 0.45
setAutoTokenProperties
Function · 0.45
matchParameter
Method · 0.45
getTemplateInstantiations
Method · 0.45
isTruncated
Function · 0.45
calc
Method · 0.45
compare
Method · 0.45
followVariableExpression
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected