Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isUnknownDependent
Method
isUnknownDependent
lib/vf_analyzers.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
bool unknown = true;
110
111
bool isUnknownDependent() const {
112
return unknown && dependent;
113
}
114
};
115
116
ConditionState analyzeCondition(const Token* tok, int depth = 20) const
Callers
2
analyzeCondition
Function · 0.80
stopOnCondition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected