cprover
Loading...
Searching...
No Matches
precondition.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Generate Equation using Symbolic Execution
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_SYMEX_PRECONDITION_H
13
#define CPROVER_GOTO_SYMEX_PRECONDITION_H
14
15
#include "
goto-programs/goto_program.h
"
16
17
class
exprt
;
18
class
namespacet
;
19
class
symex_target_equationt
;
20
class
value_setst
;
21
22
void
precondition
(
23
const
namespacet
&ns,
24
value_setst
&value_sets,
25
const
goto_programt::const_targett
target,
26
const
symex_target_equationt
&equation,
27
const
class
goto_symex_statet
&s,
28
exprt
&dest);
29
30
#endif
// CPROVER_GOTO_SYMEX_PRECONDITION_H
exprt
Base class for all expressions.
Definition
expr.h:56
goto_programt::const_targett
instructionst::const_iterator const_targett
Definition
goto_program.h:614
goto_symex_statet
Central data structure: state.
Definition
goto_symex_state.h:44
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition
namespace.h:91
symex_target_equationt
Inheriting the interface of symex_targett this class represents the SSA form of the input program as ...
Definition
symex_target_equation.h:34
value_setst
Definition
value_sets.h:22
goto_program.h
Concrete Goto Program.
precondition
void precondition(const namespacet &ns, value_setst &value_sets, const goto_programt::const_targett target, const symex_target_equationt &equation, const class goto_symex_statet &s, exprt &dest)
goto-symex
precondition.h
Generated by
1.9.8