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

Function lowerToPossible

lib/valueflow.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static void lowerToPossible(std::list<ValueFlow::Value>& values, int indirect = -1)
181{
182 changeKnownToPossible(values, indirect);
183 removeImpossible(values, indirect);
184}
185
186static void changePossibleToKnown(std::list<ValueFlow::Value>& values, int indirect = -1)
187{

Callers 2

valueFlowForwardAssignFunction · 0.85
valueFlowSubFunctionFunction · 0.85

Calls 2

removeImpossibleFunction · 0.85
changeKnownToPossibleFunction · 0.70

Tested by

no test coverage detected