Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
struct 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
getVariableValues
Function · 0.85
checkScopeForVariable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected