cprover
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 <
pointer-analysis/value_sets.h
>
18
#include <
goto-programs/goto_model.h
>
19
20
void
race_check
(
21
value_setst
&,
22
class
symbol_tablet
&,
23
#ifdef LOCAL_MAY
24
const
goto_functionst::goto_functiont
&goto_function,
25
#endif
26
goto_programt
&goto_program
27
);
28
29
void
race_check
(
value_setst
&,
goto_modelt
&);
30
31
#endif // CPROVER_GOTO_INSTRUMENT_RACE_CHECK_H
goto_modelt
Definition:
goto_model.h:24
goto_model.h
Symbol Table + CFG.
race_check
void race_check(value_setst &, class symbol_tablet &, goto_programt &goto_program)
Definition:
race_check.cpp:266
value_sets.h
Value Set Propagation.
symbol_tablet
The symbol table.
Definition:
symbol_table.h:19
goto_functionst::goto_functiont
::goto_functiont goto_functiont
Definition:
goto_functions.h:25
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition:
goto_program.h:72
value_setst
Definition:
value_sets.h:21
goto-instrument
race_check.h
Generated by
1.8.14