1/*******************************************************************\
5Author: Daniel Kroening, kroening@kroening.com
7\*******************************************************************/
10#ifndef CPROVER_UTIL_REPLACE_EXPR_H
11#define CPROVER_UTIL_REPLACE_EXPR_H
15// false: replaced something
20#include <unordered_map>
27#endif // CPROVER_UTIL_REPLACE_EXPR_H
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Base class for all expressions.
std::unordered_map< exprt, exprt, irep_hash > replace_mapt
bool replace_expr(const exprt &what, const exprt &by, exprt &dest)