CBMC
|
Checks for Errors in C/C++ Programs. More...
#include "goto_check_c.h"
#include <util/arith_tools.h>
#include <util/array_name.h>
#include <util/bitvector_expr.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/floatbv_expr.h>
#include <util/ieee_float.h>
#include <util/invariant.h>
#include <util/mathematical_expr.h>
#include <util/message.h>
#include <util/options.h>
#include <util/pointer_expr.h>
#include <util/pointer_offset_size.h>
#include <util/pointer_predicates.h>
#include <util/simplify_expr.h>
#include <util/std_code.h>
#include <util/std_expr.h>
#include <goto-programs/goto_model.h>
#include <goto-programs/remove_skip.h>
#include <analyses/local_bitvector_analysis.h>
#include <ansi-c/c_expr.h>
#include <langapi/language.h>
#include <langapi/mode.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | goto_check_ct |
struct | goto_check_ct::conditiont |
class | flag_overridet |
Allows to: More... | |
Functions | |
static exprt | implication (exprt lhs, exprt rhs) |
void | goto_check_c (const irep_idt &function_identifier, goto_functionst::goto_functiont &goto_function, const namespacet &ns, const optionst &options, message_handlert &message_handler) |
void | goto_check_c (const namespacet &ns, const optionst &options, goto_functionst &goto_functions, message_handlert &message_handler) |
void | goto_check_c (const optionst &options, goto_modelt &goto_model, message_handlert &message_handler) |
Checks for Errors in C/C++ Programs.
Definition in file goto_check_c.cpp.
void goto_check_c | ( | const irep_idt & | function_identifier, |
goto_functionst::goto_functiont & | goto_function, | ||
const namespacet & | ns, | ||
const optionst & | options, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2472 of file goto_check_c.cpp.
void goto_check_c | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2483 of file goto_check_c.cpp.
void goto_check_c | ( | const optionst & | options, |
goto_modelt & | goto_model, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2499 of file goto_check_c.cpp.
Definition at line 419 of file goto_check_c.cpp.