10#ifndef CPROVER_UTIL_REPLACE_EXPR_H
11#define CPROVER_UTIL_REPLACE_EXPR_H
20#include <unordered_map>
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)