MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / lowerToPossible

Method lowerToPossible

lib/vf_analyzers.cpp:1002–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000 }
1001
1002 bool lowerToPossible() override {
1003 for (auto&& p:values) {
1004 if (p.second.isImpossible())
1005 return false;
1006 p.second.changeKnownToPossible();
1007 }
1008 return true;
1009 }
1010 bool lowerToInconclusive() override {
1011 for (auto&& p:values) {
1012 if (p.second.isImpossible())

Callers 2

updateLoopFunction · 0.45
updateRangeFunction · 0.45

Calls 1

isImpossibleMethod · 0.80

Tested by

no test coverage detected