cprover
|
#include "goto_check.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/array_name.h>
#include <util/base_type.h>
#include <util/cprover_prefix.h>
#include <util/c_types.h>
#include <util/expr_util.h>
#include <util/find_symbols.h>
#include <util/guard.h>
#include <util/ieee_float.h>
#include <util/make_unique.h>
#include <util/options.h>
#include <util/pointer_offset_size.h>
#include <util/pointer_predicates.h>
#include <util/simplify_expr.h>
#include <util/std_expr.h>
#include <util/std_types.h>
#include <langapi/language.h>
#include <langapi/mode.h>
#include <goto-programs/remove_skip.h>
#include "local_bitvector_analysis.h"
Go to the source code of this file.
Classes | |
class | goto_checkt |
struct | goto_checkt::conditiont |
Functions | |
void | goto_check (const namespacet &ns, const optionst &options, const irep_idt &mode, goto_functionst::goto_functiont &goto_function) |
void | goto_check (const namespacet &ns, const optionst &options, goto_functionst &goto_functions) |
void | goto_check (const optionst &options, goto_modelt &goto_model) |
GOTO Programs
Definition in file goto_check.cpp.
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
const irep_idt & | mode, | ||
goto_functionst::goto_functiont & | goto_function | ||
) |
Definition at line 1784 of file goto_check.cpp.
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions | ||
) |
Definition at line 1794 of file goto_check.cpp.
void goto_check | ( | const optionst & | options, |
goto_modelt & | goto_model | ||
) |
Definition at line 1810 of file goto_check.cpp.