CBMC
|
The state maintained by the shadow memory instrumentation during symbolic execution. More...
#include <shadow_memory_state.h>
Classes | |
struct | shadowed_addresst |
Public Attributes | |
shadow_memory_field_definitionst | fields |
The available shadow memory field definitions. More... | |
std::map< irep_idt, std::vector< shadowed_addresst > > | address_fields |
The state maintained by the shadow memory instrumentation during symbolic execution.
Definition at line 25 of file shadow_memory_state.h.
std::map<irep_idt, std::vector<shadowed_addresst> > shadow_memory_statet::address_fields |
Definition at line 38 of file shadow_memory_state.h.
shadow_memory_field_definitionst shadow_memory_statet::fields |
The available shadow memory field definitions.
Definition at line 29 of file shadow_memory_state.h.