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 <
util/symbol_table.h
>
16
17
#include <
goto-programs/goto_functions.h
>
18
#include <
goto-programs/goto_model.h
>
19
20
void
remove_instanceof
(
21
goto_programt::targett
target,
22
goto_programt
&
goto_program
,
23
symbol_table_baset
&symbol_table);
24
25
void
remove_instanceof
(
26
goto_functionst::goto_functiont
&
function
,
27
symbol_table_baset
&symbol_table);
28
29
void
remove_instanceof
(
30
goto_functionst
&goto_functions,
31
symbol_table_baset
&symbol_table);
32
33
void
remove_instanceof
(
goto_modelt
&model);
34
35
#endif
goto_functions.h
Goto Programs with Functions.
remove_instanceof
void remove_instanceof(goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table)
Replace an instanceof in the expression or guard of the passed instruction of the given function body...
Definition:
remove_instanceof.cpp:188
goto_modelt
Definition:
goto_model.h:24
goto_model.h
Symbol Table + CFG.
goto_programt::targett
instructionst::iterator targett
Definition:
goto_program.h:397
goto_functionst::goto_functiont
::goto_functiont goto_functiont
Definition:
goto_functions.h:24
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
jbmc
src
java_bytecode
remove_instanceof.h
Generated by
1.8.14