Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isBool
Method
isBool
lib/valueflow.cpp:4344–4346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4342
bool impossible = true;
4343
4344
bool isBool() const {
4345
return astIsBool(vartok);
4346
}
4347
4348
static MathLib::bigint findPath(const std::list<ValueFlow::Value>& values)
4349
{
Callers
1
afterCondition
Method · 0.80
Calls
1
astIsBool
Function · 0.85
Tested by
no test coverage detected