CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
show_on_source.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: goto-analyzer
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
9#ifndef CPROVER_GOTO_ANALYZER_SHOW_ON_SOURCE_H
10#define CPROVER_GOTO_ANALYZER_SHOW_ON_SOURCE_H
11
12class ai_baset;
13class goto_modelt;
15
16void show_on_source(const goto_modelt &, const ai_baset &, message_handlert &);
17
18#endif // CPROVER_GOTO_ANALYZER_SHOW_ON_SOURCE_H
This is the basic interface of the abstract interpreter with default implementations of the core func...
Definition ai.h:117
void show_on_source(const goto_modelt &, const ai_baset &, message_handlert &)
output source code annotated with abstract states