CBMC
|
The shadow memory field definitions. More...
#include <shadow_memory_field_definitions.h>
Public Types | |
using | field_definitiont = std::map< irep_idt, exprt > |
A field definition mapping a field name to its initial value. More... | |
Public Attributes | |
field_definitiont | global_fields |
Field definitions for global-scope fields. More... | |
field_definitiont | local_fields |
Field definitions for local-scope fields. More... | |
The shadow memory field definitions.
Definition at line 20 of file shadow_memory_field_definitions.h.
using shadow_memory_field_definitionst::field_definitiont = std::map<irep_idt, exprt> |
A field definition mapping a field name to its initial value.
Definition at line 24 of file shadow_memory_field_definitions.h.
field_definitiont shadow_memory_field_definitionst::global_fields |
Field definitions for global-scope fields.
Definition at line 27 of file shadow_memory_field_definitions.h.
field_definitiont shadow_memory_field_definitionst::local_fields |
Field definitions for local-scope fields.
Definition at line 30 of file shadow_memory_field_definitions.h.