CBMC: /home/runner/work/cbmc/cbmc/src/goto-symex/precondition.h Source File

CBMC
Loading...
Searching...
No Matches
precondition.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_PRECONDITION_H
13#define CPROVER_GOTO_SYMEX_PRECONDITION_H
14
15#include "goto-programs/goto_program.h"
16
17class exprt;
18class message_handlert;
19class namespacet;
20class symex_target_equationt;
21class value_setst;
22
23 void precondition(
24 const namespacet &ns,
25 value_setst &value_sets,
26 const goto_programt::const_targett target,
27 const symex_target_equationt &equation,
28 const class goto_symex_statet &s,
29 exprt &dest,
30 message_handlert &message_handler);
31
32#endif // CPROVER_GOTO_SYMEX_PRECONDITION_H
Base class for all expressions.
Definition expr.h:57
instructionst::const_iterator const_targett
Definition goto_program.h:614
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 ...
Concrete Goto Program.
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, message_handlert &message_handler)

AltStyle によって変換されたページ (->オリジナル) /