Remove Java New Operators. More...
#include "remove_java_new.h"#include <util/arith_tools.h>#include <util/c_types.h>#include <util/expr_initializer.h>#include <util/namespace.h>#include <util/pointer_offset_size.h>#include <util/std_code.h>#include <goto-programs/class_identifier.h>#include <goto-programs/goto_model.h>#include <ansi-c/goto-conversion/goto_convert.h>#include "java_types.h"#include "java_utils.h"Go to the source code of this file.
Remove Java New Operators.
Definition in file remove_java_new.cpp.
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.
function. Definition at line 457 of file remove_java_new.cpp.
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.
target. Definition at line 438 of file remove_java_new.cpp.
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.
Definition at line 473 of file remove_java_new.cpp.
Replace every java_new or java_new_array by a malloc side-effect and zero initialization.
Definition at line 493 of file remove_java_new.cpp.