CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mm_io.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Perform Memory-mapped I/O instrumentation
4
5Author: Daniel Kroening
6
7Date: April 2017
8
9\*******************************************************************/
10
28
29#ifndef CPROVER_GOTO_PROGRAMS_MM_IO_H
30#define CPROVER_GOTO_PROGRAMS_MM_IO_H
31
32class goto_functionst;
33class goto_modelt;
35class symbol_tablet;
36
39
40#endif // CPROVER_GOTO_PROGRAMS_MM_IO_H
A collection of goto functions.
The symbol table.
void mm_io(const symbol_tablet &, goto_functionst &, message_handlert &)