CBMC
|
Identifies source in the context of symbolic execution. More...
#include <symex_target.h>
Public Member Functions | |
sourcet (const irep_idt &_function_id, goto_programt::const_targett _pc) | |
sourcet (const irep_idt &_function_id, const goto_programt &_goto_program) | |
sourcet (sourcet &&other) noexcept | |
sourcet (const sourcet &other)=default | |
sourcet & | operator= (const sourcet &other)=default |
sourcet & | operator= (sourcet &&other)=default |
Public Attributes | |
unsigned | thread_nr |
irep_idt | function_id |
goto_programt::const_targett | pc |
Identifies source in the context of symbolic execution.
Thread number thread_nr
is zero by default and the program counter pc
points to the first instruction of the input GOTO program.
Definition at line 36 of file symex_target.h.
|
inline |
Definition at line 44 of file symex_target.h.
|
inlineexplicit |
Definition at line 49 of file symex_target.h.
|
inlinenoexcept |
Definition at line 58 of file symex_target.h.
|
default |
irep_idt symex_targett::sourcet::function_id |
Definition at line 39 of file symex_target.h.
goto_programt::const_targett symex_targett::sourcet::pc |
Definition at line 42 of file symex_target.h.
unsigned symex_targett::sourcet::thread_nr |
Definition at line 38 of file symex_target.h.