klee
|
Public Member Functions | |
CexObjectData (uint64_t size) | |
const CexValueData | getPossibleValues (size_t index) const |
void | setPossibleValues (size_t index, CexValueData values) |
void | setPossibleValue (size_t index, unsigned char value) |
const CexValueData | getExactValues (size_t index) const |
void | setExactValues (size_t index, CexValueData values) |
unsigned char | getPossibleValue (size_t index) const |
getPossibleValue - Return some possible value. More... | |
Private Member Functions | |
CexObjectData (const CexObjectData &) | |
void | operator= (const CexObjectData &) |
Private Attributes | |
std::vector< CexValueData > | possibleContents |
std::vector< CexValueData > | exactContents |
Definition at line 305 of file FastCexSolver.cpp.
|
private |
|
inline |
Definition at line 322 of file FastCexSolver.cpp.
References exactContents, and possibleContents.
|
inline |
Definition at line 339 of file FastCexSolver.cpp.
References exactContents.
Referenced by CexData::dump(), and CexData::propogateExactValues().
|
inline |
getPossibleValue - Return some possible value.
Definition at line 347 of file FastCexSolver.cpp.
References ValueRange::max(), ValueRange::min(), and possibleContents.
|
inline |
Definition at line 329 of file FastCexSolver.cpp.
References possibleContents.
Referenced by CexData::dump(), and CexData::propogatePossibleValues().
|
private |
|
inline |
Definition at line 342 of file FastCexSolver.cpp.
References exactContents.
Referenced by CexData::propogateExactValues().
|
inline |
Definition at line 335 of file FastCexSolver.cpp.
References possibleContents.
Referenced by CexData::propogatePossibleValues().
|
inline |
Definition at line 332 of file FastCexSolver.cpp.
References possibleContents.
Referenced by CexData::propogatePossibleValues().
|
private |
exactContents - An array of exact values for the object.
The exact values are a conservative approximation for the set of values for each array location.
Definition at line 316 of file FastCexSolver.cpp.
Referenced by CexObjectData(), getExactValues(), and setExactValues().
|
private |
possibleContents - An array of "possible" values for the object.
The possible values is an inexact approximation for the set of values for each array location.
Definition at line 310 of file FastCexSolver.cpp.
Referenced by CexObjectData(), getPossibleValue(), getPossibleValues(), setPossibleValue(), and setPossibleValues().