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

Class VariableValue

lib/checkuninitvar.h:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48struct VariableValue {
49 explicit VariableValue(MathLib::bigint val = 0) : value(val) {}
50 MathLib::bigint value;
51 bool notEqual{};
52};
53
54/// @addtogroup Checks
55/// @{

Callers 2

getVariableValuesFunction · 0.85
checkScopeForVariableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected