cprover
|
May Alias. More...
Go to the source code of this file.
Functions | |
bool | is_object_field_element (const exprt &) |
optionalt< exprt > | may_alias (const exprt &, const exprt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &) |
bool | stack_and_not_dirty (const exprt &, const std::unordered_set< symbol_exprt, irep_hash > &address_taken, const namespacet &) |
May Alias.
Definition in file may_alias.h.
Definition at line 63 of file may_alias.cpp.
optionalt< exprt > may_alias | ( | const exprt & | a, |
const exprt & | b, | ||
const std::unordered_set< symbol_exprt, irep_hash > & | address_taken, | ||
const namespacet & | ns ) |
Definition at line 222 of file may_alias.cpp.
bool stack_and_not_dirty | ( | const exprt & | expr, |
const std::unordered_set< symbol_exprt, irep_hash > & | address_taken, | ||
const namespacet & | ns ) |
Definition at line 108 of file may_alias.cpp.