CBMC
race_check.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Race Detection for Threaded Goto Programs
4
5
Author: Daniel Kroening
6
7
Date: February 2006
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
15
#define CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
16
17
#include <
goto-programs/goto_functions.h
>
18
19
class
goto_modelt
;
20
class
value_setst
;
21
22
void
race_check
(
23
value_setst
&,
24
class
symbol_tablet
&,
25
const
irep_idt
&function_id,
26
#ifdef LOCAL_MAY
27
const
goto_functionst::goto_functiont
&goto_function,
28
#endif
29
goto_programt
&goto_program);
30
31
void
race_check
(
value_setst
&,
goto_modelt
&);
32
33
#endif // CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
dstringt
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition:
dstring.h:36
symbol_tablet
The symbol table.
Definition:
symbol_table.h:13
goto_modelt
Definition:
goto_model.h:25
goto_functionst::goto_functiont
::goto_functiont goto_functiont
Definition:
goto_functions.h:27
value_setst
Definition:
value_sets.h:21
goto_functions.h
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition:
goto_program.h:72
race_check
void race_check(value_setst &, class symbol_tablet &, const irep_idt &function_id, goto_programt &goto_program)
Definition:
race_check.cpp:270
src
goto-instrument
race_check.h
Generated by
1.8.17