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

Class Value

lib/ctu.h:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 };
69
70 struct Value {
71 Value& operator=(const ValueFlow::Value& val) & {
72 value = val.intvalue;
73 unknownFunctionReturn = val.unknownFunctionReturn;
74 return *this;
75 }
76 MathLib::bigint value{};
77 ValueFlow::Value::UnknownFunctionReturn unknownFunctionReturn{};
78 };
79
80 struct UnsafeUsage {
81 UnsafeUsage() = default;

Callers 15

getBufferSizeMethod · 0.70
getErrorMessagesMethod · 0.70
valueFlowTypeTraitsFunction · 0.70
valueFlowBitAndFunction · 0.70
valueFlowForLoopSimplifyFunction · 0.70
getErrorMessagesMethod · 0.70
valueOfTok_Method · 0.50
knownValueMethod · 0.50
tinyxml2.hFile · 0.50
ShallowCloneMethod · 0.50
ShallowEqualMethod · 0.50

Calls

no outgoing calls

Tested by 2

valueOfTok_Method · 0.40
knownValueMethod · 0.40