CBMC
c_safety_checks.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Checks for Errors in C/C++ Programs
4
5
Author: Daniel Kroening, dkr@amazon.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_CPROVER_C_SAFETY_CHECKS_H
13
#define CPROVER_CPROVER_C_SAFETY_CHECKS_H
14
15
class
goto_modelt
;
16
17
void
c_safety_checks
(
goto_modelt
&);
18
void
no_assertions
(
goto_modelt
&);
19
20
#endif
// CPROVER_CPROVER_C_SAFETY_CHECKS_H
c_safety_checks
void c_safety_checks(goto_modelt &)
Definition:
c_safety_checks.cpp:418
no_assertions
void no_assertions(goto_modelt &)
Definition:
c_safety_checks.cpp:444
goto_modelt
Definition:
goto_model.h:27
src
cprover
c_safety_checks.h
Generated by
1.9.1