CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
goto_check.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Checks for Errors in C and Java Programs
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_GOTO_PROGRAMS_GOTO_CHECK_H
13#define CPROVER_GOTO_PROGRAMS_GOTO_CHECK_H
14
15class goto_modelt;
16class goto_programt;
17class optionst;
18
23 const optionst &options,
24 goto_modelt &goto_model);
25
30 const optionst &options,
31 goto_programt &goto_program);
32
33#endif // CPROVER_GOTO_PROGRAMS_GOTO_CHECK_H
A generic container class for the GOTO intermediate representation of one function.
void transform_assertions_assumptions(const optionst &options, goto_modelt &goto_model)
Handle the options "assertions", "built-in-assertions", "assumptions" to remove assertions and assump...