12 #ifndef CPROVER_CPROVER_SIMPLIFY_STATE_EXPR_H
13 #define CPROVER_CPROVER_SIMPLIFY_STATE_EXPR_H
17 #include <unordered_set>
23 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
28 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
std::unordered_set< symbol_exprt, irep_hash > address_taken(const std::vector< exprt > &src)
Base class for all expressions.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
exprt simplify_state_expr_node(exprt, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
exprt simplify_state_expr(exprt, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
API to expression classes.