CBMC
|
#include <goto_symex_state.h>
Public Member Functions | |
threadt (guard_managert &guard_manager) | |
Public Attributes | |
goto_programt::const_targett | pc |
irep_idt | function_id |
guardt | guard |
call_stackt | call_stack |
std::map< irep_idt, unsigned > | function_frame |
unsigned | atomic_section_id = 0 |
Definition at line 185 of file goto_symex_state.h.
|
inlineexplicit |
Definition at line 193 of file goto_symex_state.h.
unsigned goto_symex_statet::threadt::atomic_section_id = 0 |
Definition at line 192 of file goto_symex_state.h.
call_stackt goto_symex_statet::threadt::call_stack |
Definition at line 190 of file goto_symex_state.h.
std::map<irep_idt, unsigned> goto_symex_statet::threadt::function_frame |
Definition at line 191 of file goto_symex_state.h.
irep_idt goto_symex_statet::threadt::function_id |
Definition at line 188 of file goto_symex_state.h.
guardt goto_symex_statet::threadt::guard |
Definition at line 189 of file goto_symex_state.h.
goto_programt::const_targett goto_symex_statet::threadt::pc |
Definition at line 187 of file goto_symex_state.h.