12 #ifndef CPROVER_CPROVER_MAY_BE_SAME_OBJECT_H
13 #define CPROVER_CPROVER_MAY_BE_SAME_OBJECT_H
17 #include <unordered_set>
25 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 may_be_same_object(const exprt &, const exprt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
API to expression classes.