CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
postcondition.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Generate Equation using Symbolic Execution
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_SYMEX_POSTCONDITION_H
13#define CPROVER_GOTO_SYMEX_POSTCONDITION_H
14
15class exprt;
16class namespacet;
18class value_setst;
19
21 const namespacet &ns,
22 const value_setst &value_sets,
23 const symex_target_equationt &equation,
24 const class goto_symex_statet &s,
25 exprt &dest);
26
27#endif // CPROVER_GOTO_SYMEX_POSTCONDITION_H
Base class for all expressions.
Definition expr.h:56
Central data structure: state.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition namespace.h:91
Inheriting the interface of symex_targett this class represents the SSA form of the input program as ...
void postcondition(const namespacet &ns, const value_setst &value_sets, const symex_target_equationt &equation, const class goto_symex_statet &s, exprt &dest)