CBMC
show_program.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Output of the program (SSA) constraints
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_SYMEX_SHOW_PROGRAM_H
13 #define CPROVER_GOTO_SYMEX_SHOW_PROGRAM_H
14 
15 class namespacet;
17 class optionst;
19 
28 void show_program(const namespacet &ns, const symex_target_equationt &equation);
29 
42 void show_byte_ops(
43  const optionst &options,
44  ui_message_handlert &ui_message_handler,
45  const namespacet &ns,
46  const symex_target_equationt &equation);
47 
48 #endif // CPROVER_GOTO_SYMEX_SHOW_PROGRAM_H
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition: namespace.h:94
Inheriting the interface of symex_targett this class represents the SSA form of the input program as ...
void show_program(const namespacet &ns, const symex_target_equationt &equation)
Print the steps of equation on the standard output.
void show_byte_ops(const optionst &options, ui_message_handlert &ui_message_handler, const namespacet &ns, const symex_target_equationt &equation)
Count and display all byte extract and byte update operations from equation on standard output or fil...