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

Method setInconclusive

lib/valueflow.h:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 static std::vector<LifetimeToken> setInconclusive(std::vector<LifetimeToken> v, bool b) {
94 for (LifetimeToken& x : v)
95 x.inconclusive = b;
96 return v;
97 }
98 };
99
100 const Token *parseCompareInt(const Token *tok, Value &true_value, Value &false_value, const std::function<std::vector<MathLib::bigint>(const Token*)>& evaluate);

Callers 9

setValueKindFunction · 0.80
valueFlowArrayElementFunction · 0.80
byRefMethod · 0.80
byValMethod · 0.80
valueFlowLifetimeFunction · 0.80
valueFlowForwardConstFunction · 0.80
lowerToInconclusiveMethod · 0.80
lowerToInconclusiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected