cprover
remove_complex.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Remove the 'complex' data type by compilation into structs
4
5
Author: Daniel Kroening
6
7
Date: September 2014
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_PROGRAMS_REMOVE_COMPLEX_H
15
#define CPROVER_GOTO_PROGRAMS_REMOVE_COMPLEX_H
16
17
#include <
goto-programs/goto_model.h
>
18
19
void
remove_complex
(
symbol_tablet
&,
goto_functionst
&);
20
21
void
remove_complex
(
goto_modelt
&);
22
23
#endif // CPROVER_GOTO_PROGRAMS_REMOVE_COMPLEX_H
goto_modelt
Definition:
goto_model.h:22
goto_model.h
Symbol Table + CFG.
symbol_tablet
The symbol table.
Definition:
symbol_table.h:52
goto_functionst
Definition:
goto_functions.h:20
remove_complex
void remove_complex(symbol_tablet &, goto_functionst &)
removes complex data type
Definition:
remove_complex.cpp:310
goto-programs
remove_complex.h
Generated by
1.8.14