Cppcheck
Public Member Functions | List of all members
IntegralInferModel Struct Reference
Inheritance diagram for IntegralInferModel:
InferModel

Public Member Functions

bool match (const ValueFlow::Value &value) const override
 
ValueFlow::Value yield (MathLib::bigint value) const override
 
- Public Member Functions inherited from InferModel
virtual ~InferModel ()=default
 
 InferModel (const InferModel &)=default
 

Additional Inherited Members

- Protected Member Functions inherited from InferModel
 InferModel ()=default
 

Detailed Description

Definition at line 6964 of file valueflow.cpp.

Member Function Documentation

◆ match()

bool IntegralInferModel::match ( const ValueFlow::Value value) const
inlineoverridevirtual

Implements InferModel.

Definition at line 6965 of file valueflow.cpp.

References ValueFlow::Value::isIntValue().

◆ yield()

ValueFlow::Value IntegralInferModel::yield ( MathLib::bigint  value) const
inlineoverridevirtual

The documentation for this struct was generated from the following file: