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

Function isIntegralValue

lib/programmemory.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645static bool isIntegralValue(const ValueFlow::Value& value)
646{
647 return value.isIntValue() || value.isIteratorValue() || value.isSymbolicValue();
648}
649
650static ValueFlow::Value evaluate(const Token* op, const ValueFlow::Value& lhs, const ValueFlow::Value& rhs, bool removeAssign = false)
651{

Callers 1

evaluateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected