cprover
postcondition.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_POSTCONDITION_H
13
#define CPROVER_GOTO_SYMEX_POSTCONDITION_H
14
15
#include <
pointer-analysis/value_sets.h
>
16
17
#include "
symex_target_equation.h
"
18
19
void
postcondition
(
20
const
namespacet
&ns,
21
const
value_setst
&value_sets,
22
const
symex_target_equationt
&equation,
23
const
class
goto_symex_statet
&s,
24
exprt
&dest);
25
26
#endif // CPROVER_GOTO_SYMEX_POSTCONDITION_H
symex_target_equation.h
Generate Equation using Symbolic Execution.
postcondition
void postcondition(const namespacet &ns, const value_setst &value_sets, const symex_target_equationt &equation, const class goto_symex_statet &s, exprt &dest)
goto_symex_statet
Central data structure: state.
Definition:
goto_symex_state.h:46
exprt
Base class for all expressions.
Definition:
expr.h:53
value_sets.h
Value Set Propagation.
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition:
namespace.h:92
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:41
value_setst
Definition:
value_sets.h:22
goto-symex
postcondition.h
Generated by
1.8.20