12 #ifndef CPROVER_CPROVER_MAY_ALIAS_H
13 #define CPROVER_CPROVER_MAY_ALIAS_H
17 #include <unordered_set>
27 const std::unordered_set<symbol_exprt, irep_hash> &
address_taken,
32 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...
std::optional< exprt > may_alias(const exprt &, const exprt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
bool is_object_field_element(const exprt &)
bool stack_and_not_dirty(const exprt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &)
API to expression classes.