|
Cppcheck
|
#include <exprengine.h>
Public Member Functions | |
| FunctionCallArgumentValues (const std::vector< ExprEngine::ValuePtr > &argValues) | |
Public Member Functions inherited from ExprEngine::Value | |
| Value (const std::string &name, const ValueType type) | |
| virtual | ~Value () |
| virtual std::string | getRange () const |
| virtual std::string | getSymbolicExpression () const |
| virtual bool | isEqual (const DataBase *dataBase, int value) const |
| virtual bool | isGreaterThan (const DataBase *dataBase, int value) const |
| virtual bool | isLessThan (const DataBase *dataBase, int value) const |
| virtual bool | isUninit (const DataBase *dataBase) const |
Public Attributes | |
| const std::vector< ExprEngine::ValuePtr > | argValues |
Public Attributes inherited from ExprEngine::Value | |
| const std::string | name |
| ValueType | type |
Definition at line 316 of file exprengine.h.
|
inlineexplicit |
Definition at line 318 of file exprengine.h.
| const std::vector<ExprEngine::ValuePtr> ExprEngine::FunctionCallArgumentValues::argValues |
Definition at line 323 of file exprengine.h.
Referenced by bufferOverflow().