cprover
|
GOTO Programs. More...
#include "goto_check.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/array_name.h>
#include <util/c_types.h>
#include <util/config.h>
#include <util/cprover_prefix.h>
#include <util/expr_util.h>
#include <util/find_symbols.h>
#include <util/ieee_float.h>
#include <util/invariant.h>
#include <util/make_unique.h>
#include <util/options.h>
#include <util/pointer_offset_size.h>
#include <util/pointer_predicates.h>
#include <util/prefix.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 "guard.h"
#include "local_bitvector_analysis.h"
Go to the source code of this file.
Classes | |
class | goto_checkt |
struct | goto_checkt::conditiont |
class | flag_resett |
Set a Boolean flag to a new value (via set_flag ) and restore the previous value when the entire object goes out of scope. More... | |
Functions | |
void | goto_check (const irep_idt &function_identifier, goto_functionst::goto_functiont &goto_function, const namespacet &ns, const optionst &options) |
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 irep_idt & | function_identifier, |
goto_functionst::goto_functiont & | goto_function, | ||
const namespacet & | ns, | ||
const optionst & | options | ||
) |
Definition at line 2231 of file goto_check.cpp.
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions | ||
) |
Definition at line 2241 of file goto_check.cpp.
void goto_check | ( | const optionst & | options, |
goto_modelt & | goto_model | ||
) |
Definition at line 2256 of file goto_check.cpp.