cprover
remove_instanceof.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Remove Instance-of Operators
4 
5 Author: Chris Smowton, chris.smowton@diffblue.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
13 #define CPROVER_JAVA_BYTECODE_REMOVE_INSTANCEOF_H
14 
17 
18 #include <util/message.h>
19 #include <util/symbol_table.h>
20 
24  symbol_table_baset &symbol_table,
26 
29  symbol_table_baset &symbol_table,
31 
33  goto_functionst &goto_functions,
34  symbol_table_baset &symbol_table,
36 
38 
39 #endif
Goto Programs with Functions.
Symbol Table + CFG.
void remove_instanceof(goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table, message_handlert &)
Replace an instanceof in the expression or guard of the passed instruction of the given function body...
instructionst::iterator targett
Definition: goto_program.h:397
::goto_functiont goto_functiont
Author: Diffblue Ltd.
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:70
The symbol table base class interface.
goto_programt & goto_program
Definition: cover.cpp:63