|
CBMC
|
#include <write_stack_entry.h>
Inheritance diagram for write_stack_entryt:Public Member Functions | |
| virtual | ~write_stack_entryt ()=default |
| virtual std::pair< exprt, bool > | get_access_expr () const =0 |
| virtual bool | try_squash_in (std::shared_ptr< const write_stack_entryt > new_entry, const abstract_environmentt &enviroment, const namespacet &ns) |
| Try to combine a new stack element with the current top of the stack. | |
Definition at line 20 of file write_stack_entry.h.
|
virtualdefault |
Implemented in simple_entryt, and offset_entryt.
|
virtual |
Try to combine a new stack element with the current top of the stack.
| new_entry | The new entry to combine with |
| enviroment | The enviroment to evalaute things in |
| ns | The global namespace |
Reimplemented in offset_entryt.
Definition at line 22 of file write_stack_entry.cpp.