cprover
goto_convert.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Program Transformation
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_H
13
#define CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_H
14
15
#include <
util/message.h
>
16
#include <
util/std_code.h
>
17
18
#include "
goto_program.h
"
19
20
// start from given code
21
void
goto_convert
(
22
const
codet
&code,
23
symbol_table_baset
&symbol_table,
24
goto_programt
&dest,
25
message_handlert
&
message_handler
,
26
const
irep_idt
&mode);
27
28
// start from "main"
29
void
goto_convert
(
30
symbol_table_baset
&symbol_table,
31
goto_programt
&dest,
32
message_handlert
&
message_handler
);
33
34
#endif // CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_H
goto_convert
void goto_convert(const codet &code, symbol_table_baset &symbol_table, goto_programt &dest, message_handlert &message_handler, const irep_idt &mode)
Definition:
goto_convert.cpp:2022
std_code.h
message_handlert
Definition:
message.h:25
dstringt
Definition:
dstring.h:21
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition:
goto_program.h:70
symbol_table_baset
The symbol table base class interface.
Definition:
symbol_table_base.h:21
message_handler
goto_programt coverage_criteriont message_handlert & message_handler
Definition:
cover.cpp:66
codet
A statement in a programming language.
Definition:
std_code.h:21
message.h
goto_program.h
Concrete Goto Program.
goto-programs
goto_convert.h
Generated by
1.8.14