9 #ifndef CPROVER_GOTO_SYMEX_SSA_STEP_H
10 #define CPROVER_GOTO_SYMEX_SSA_STEP_H
198 void output(std::ostream &out)
const;
SSA_assignment_stept(symex_targett::sourcet source, exprt guard, ssa_exprt ssa_lhs, exprt ssa_full_lhs, exprt original_full_lhs, exprt ssa_rhs, symex_targett::assignment_typet assignment_type)
Single SSA step in the equation.
void validate(const namespacet &ns, const validation_modet vm) const
Check that the SSA step is well-formed.
std::vector< exprt > ssa_function_arguments
unsigned atomic_section_id
symex_targett::assignment_typet assignment_type
std::list< exprt > converted_io_args
bool is_function_return() const
bool is_atomic_end() const
goto_trace_stept::typet type
bool is_constraint() const
bool is_shared_write() const
symex_targett::sourcet source
bool is_atomic_begin() const
exprt get_ssa_expr() const
bool is_shared_read() const
std::list< exprt > io_args
bool is_function_call() const
void output(std::ostream &out) const
SSA_stept(const symex_targett::sourcet &_source, goto_trace_stept::typet _type)
bool is_memory_barrier() const
bool is_assignment() const
std::vector< exprt > converted_function_arguments
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Base class for all expressions.
The Boolean constant false.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Expression providing an SSA-renamed symbol of expressions.
The interface of the target container for symbolic execution to record its symbolic steps into.
const irept & get_nil_irep()
Identifies source in the context of symbolic execution.
Generate Equation using Symbolic Execution.