MCPcopy 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

analyzeConditionFunction · 0.80
stopOnConditionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected