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
15
#include <
goto-programs/goto_functions.h
>
16
#include <
goto-programs/goto_model.h
>
17
18
#include <
util/message.h
>
19
#include <
util/symbol_table.h
>
20
21
void
remove_instanceof
(
22
goto_programt::targett
target,
23
goto_programt
&
goto_program
,
24
symbol_table_baset
&symbol_table,
25
message_handlert
&);
26
27
void
remove_instanceof
(
28
goto_functionst::goto_functiont
&
function
,
29
symbol_table_baset
&symbol_table,
30
message_handlert
&);
31
32
void
remove_instanceof
(
33
goto_functionst
&goto_functions,
34
symbol_table_baset
&symbol_table,
35
message_handlert
&);
36
37
void
remove_instanceof
(
goto_modelt
&model,
message_handlert
&);
38
39
#endif
goto_functions.h
Goto Programs with Functions.
goto_modelt
Definition:
goto_model.h:24
goto_model.h
Symbol Table + CFG.
remove_instanceof
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...
Definition:
remove_instanceof.cpp:244
goto_programt::targett
instructionst::iterator targett
Definition:
goto_program.h:397
goto_functionst::goto_functiont
::goto_functiont goto_functiont
Definition:
goto_functions.h:24
message_handlert
Definition:
message.h:25
goto_functionst
Definition:
goto_functions.h:21
symbol_table.h
Author: Diffblue Ltd.
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition:
goto_program.h:70
symbol_table_baset
The symbol table base class interface.
Definition:
symbol_table_base.h:21
goto_program
goto_programt & goto_program
Definition:
cover.cpp:63
message.h
jbmc
src
java_bytecode
remove_instanceof.h
Generated by
1.8.14