10#ifndef KLEE_EXPREVALUATOR_H
11#define KLEE_EXPREVALUATOR_H
Action protectedDivOperation(const BinaryExpr &e)
virtual ref< Expr > getInitialValue(const Array &os, unsigned index)=0
Action evalRead(const UpdateList &ul, unsigned index)
Action visitRead(const ReadExpr &re)
Action visitExpr(const Expr &e)
Action visitExprPost(const Expr &e)
Action visitSRem(const SRemExpr &e)
Action visitSDiv(const SDivExpr &e)
Action visitURem(const URemExpr &e)
Action visitUDiv(const UDivExpr &e)
Class representing symbolic expressions.
Class representing a one byte read from an array.
Class representing a complete list of updates into an array.