klee
ImpliedValue.h File Reference
#include "klee/Expr/Expr.h"
#include <vector>
Include dependency graph for ImpliedValue.h:
This graph shows which files directly or indirectly include this file:

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)