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

Function unknown

lib/vfvalue.h:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 Value(const Token* c, MathLib::bigint val, Bound b = Bound::Point);
58
59 static Value unknown() {
60 Value v;
61 v.valueType = ValueType::UNINIT;
62 return v;
63 }
64
65 bool equalValue(const ValueFlow::Value& rhs) const {
66 if (valueType != rhs.valueType)

Callers 10

getOverrunIndexValuesFunction · 0.85
arrayIndexMethod · 0.85
valueFlowTypeTraitsFunction · 0.85
evaluateFunction · 0.85
unknownMethod · 0.85
executeMultiConditionMethod · 0.85
executeImplMethod · 0.85
executeMethod · 0.85
evaluateLibraryFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected