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

Method match

lib/infer.cpp:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392namespace {
393 struct IntegralInferModel : InferModel {
394 bool match(const ValueFlow::Value& value) const override {
395 return value.isIntValue();
396 }
397 ValueFlow::Value yield(MathLib::bigint value) const override
398 {
399 ValueFlow::Value result(value);

Callers 3

inferFunction · 0.45
getMinValueFunction · 0.45
getMaxValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected