File tree 6 files changed +9
-10
lines changed
unit/java_bytecode/java_replace_nondet
6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ SRC = basic_blocks.cpp \
50
50
remove_unused_functions.cpp \
51
51
remove_vector.cpp \
52
52
remove_virtual_functions.cpp \
53
- replace_java_nondet.cpp \
54
53
generate_function_bodies.cpp \
55
54
resolve_inherited_component.cpp \
56
55
safety_checker.cpp \
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ SRC = bytecode_info.cpp \
31
31
java_types.cpp \
32
32
java_utils.cpp \
33
33
mz_zip_archive.cpp \
34
+ replace_java_nondet.cpp \
34
35
remove_exceptions.cpp \
35
36
remove_instanceof.cpp \
36
37
select_pointer_type.cpp \
Original file line number Diff line number Diff line change 9
9
// / \file
10
10
// / Replace Java Nondet expressions
11
11
12
- #include " goto-programs/replace_java_nondet.h"
13
- #include " goto-programs/goto_convert.h"
14
- #include " goto-programs/goto_model.h"
15
- #include " goto-programs/remove_skip.h"
12
+ #include " replace_java_nondet.h"
16
13
17
- #include " util/irep_ids.h"
14
+ #include < goto-programs/goto_convert.h>
15
+ #include < goto-programs/goto_model.h>
16
+ #include < goto-programs/remove_skip.h>
18
17
19
18
#include < algorithm>
20
19
#include < regex>
Original file line number Diff line number Diff line change 9
9
// / \file
10
10
// / Replace Java Nondet expressions
11
11
12
- #ifndef CPROVER_GOTO_PROGRAMS_REPLACE_JAVA_NONDET_H
13
- #define CPROVER_GOTO_PROGRAMS_REPLACE_JAVA_NONDET_H
12
+ #ifndef CPROVER_JAVA_BYTECODE_REPLACE_JAVA_NONDET_H
13
+ #define CPROVER_JAVA_BYTECODE_REPLACE_JAVA_NONDET_H
14
14
15
15
class goto_modelt ;
16
16
class goto_functionst ;
Original file line number Diff line number Diff line change 36
36
#include < goto-programs/remove_asm.h>
37
37
#include < goto-programs/remove_unused_functions.h>
38
38
#include < goto-programs/remove_skip.h>
39
- #include < goto-programs/replace_java_nondet.h>
40
39
#include < goto-programs/set_properties.h>
41
40
#include < goto-programs/show_goto_functions.h>
42
41
#include < goto-programs/show_symbol_table.h>
56
55
#include < java_bytecode/java_enum_static_init_unwind_handler.h>
57
56
#include < java_bytecode/remove_instanceof.h>
58
57
#include < java_bytecode/remove_exceptions.h>
58
+ #include < java_bytecode/replace_java_nondet.h>
59
59
60
60
#include < cbmc/version.h>
61
61
Original file line number Diff line number Diff line change 13
13
#include < goto-programs/goto_convert_functions.h>
14
14
#include < goto-programs/remove_virtual_functions.h>
15
15
#include < goto-programs/remove_returns.h>
16
- #include < goto-programs/replace_java_nondet.h>
17
16
18
17
#include < java_bytecode/remove_instanceof.h>
18
+ #include < java_bytecode/replace_java_nondet.h>
19
19
20
20
#include < util/config.h>
21
21
#include < util/options.h>
You can’t perform that action at this time.
0 commit comments