#include "klee/Expr.h"#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | klee |
| namespace | klee::ImpliedValue |
Typedefs | |
| typedef std::vector< std::pair < ref< ReadExpr >, ref < ConstantExpr > > > | klee::ImpliedValueList |
Functions | |
| void | klee::ImpliedValue::getImpliedValues (ref< Expr > e, ref< ConstantExpr > cvalue, ImpliedValueList &result) |
| void | klee::ImpliedValue::checkForImpliedValues (Solver *S, ref< Expr > e, ref< ConstantExpr > cvalue) |
1.5.8