cprover
remove_java_new.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Remove Java New Operators
4 
5 Author: Peter Schrammel
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
13 #define CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
14 
15 #include <util/symbol_table.h>
16 
19 
20 class message_handlert;
21 
22 void remove_java_new(
23  const irep_idt &function_identifier,
25  goto_programt &goto_program,
26  symbol_table_baset &symbol_table,
27  message_handlert &_message_handler);
28 
29 void remove_java_new(
30  const irep_idt &function_identifier,
32  symbol_table_baset &symbol_table,
33  message_handlert &_message_handler);
34 
35 void remove_java_new(
36  goto_functionst &goto_functions,
37  symbol_table_baset &symbol_table,
38  message_handlert &_message_handler);
39 
40 void remove_java_new(goto_modelt &model, message_handlert &_message_handler);
41 
42 #endif // CPROVER_JAVA_BYTECODE_REMOVE_JAVA_NEW_H
dstringt
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition: dstring.h:37
remove_java_new
void remove_java_new(const irep_idt &function_identifier, goto_programt::targett target, goto_programt &goto_program, symbol_table_baset &symbol_table, message_handlert &_message_handler)
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.
Definition: remove_java_new.cpp:422
goto_model.h
Symbol Table + CFG.
goto_modelt
Definition: goto_model.h:26
symbol_table_baset
The symbol table base class interface.
Definition: symbol_table_base.h:22
message_handlert
Definition: message.h:28
goto_functionst::goto_functiont
::goto_functiont goto_functiont
Definition: goto_functions.h:25
goto_functionst
A collection of goto functions.
Definition: goto_functions.h:23
goto_functions.h
Goto Programs with Functions.
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:73
symbol_table.h
Author: Diffblue Ltd.
goto_programt::targett
instructionst::iterator targett
Definition: goto_program.h:579