#include <write_stack_entry.h>
Definition at line 20 of file write_stack_entry.h.
◆ ~write_stack_entryt()
virtual write_stack_entryt::~write_stack_entryt |
( |
| ) |
|
|
virtualdefault |
◆ get_access_expr()
virtual std::pair<exprt, bool> write_stack_entryt::get_access_expr |
( |
| ) |
const |
|
pure virtual |
◆ try_squash_in()
Try to combine a new stack element with the current top of the stack.
- Parameters
-
new_entry | The new entry to combine with |
enviroment | The enviroment to evalaute things in |
ns | The global namespace |
- Returns
- True if this stack entry and thew new entry were combined
Reimplemented in offset_entryt.
Definition at line 22 of file write_stack_entry.cpp.
The documentation for this class was generated from the following files: