-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move goto_convert from goto-programs/ to ansi-c/
The goto_convertt class and associated helpers convert a C parse tree into a set of GOTO functions. They are specific to C, and hence, should be in the ansi-c/ directory.
- Loading branch information
Showing
98 changed files
with
1,412 additions
and
1,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,11 @@ Author: Reuben Thomas, [email protected] | |
|
||
#include "convert_java_nondet.h" | ||
|
||
#include <goto-programs/goto_convert.h> | ||
#include <goto-programs/goto_model.h> | ||
#include <goto-programs/remove_skip.h> | ||
|
||
#include <ansi-c/goto-conversion/goto_convert.h> | ||
|
||
#include "java_object_factory.h" // gen_nondet_init | ||
#include "java_object_factory_parameters.h" | ||
#include "java_utils.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,11 +71,11 @@ Author: Daniel Kroening, [email protected] | |
#ifndef CPROVER_JAVA_BYTECODE_JAVA_OBJECT_FACTORY_H | ||
#define CPROVER_JAVA_BYTECODE_JAVA_OBJECT_FACTORY_H | ||
|
||
#include "nondet.h" | ||
#include <util/std_code.h> | ||
|
||
#include <goto-programs/allocate_objects.h> | ||
#include <ansi-c/allocate_objects.h> | ||
|
||
#include <util/std_code.h> | ||
#include "nondet.h" | ||
|
||
class message_handlert; | ||
class select_pointer_typet; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ Author: Daniel Kroening, [email protected] | |
|
||
#include <goto-programs/adjust_float_expressions.h> | ||
#include <goto-programs/goto_check.h> | ||
#include <goto-programs/goto_convert_functions.h> | ||
#include <goto-programs/instrument_preconditions.h> | ||
#include <goto-programs/loop_ids.h> | ||
#include <goto-programs/remove_returns.h> | ||
|
@@ -33,6 +32,7 @@ Author: Daniel Kroening, [email protected] | |
#include <goto-programs/show_symbol_table.h> | ||
|
||
#include <ansi-c/ansi_c_language.h> | ||
#include <ansi-c/goto-conversion/goto_convert_functions.h> | ||
#include <goto-checker/all_properties_verifier.h> | ||
#include <goto-checker/all_properties_verifier_with_fault_localization.h> | ||
#include <goto-checker/all_properties_verifier_with_trace_storage.h> | ||
|
1 change: 1 addition & 0 deletions
1
jbmc/unit/java_bytecode/java_bytecode_instrument/module_dependencies.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ansi-c | ||
testing-utils | ||
java-testing-utils | ||
analyses | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
jbmc/unit/java_bytecode/java_replace_nondet/module_dependencies.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ansi-c | ||
goto-programs | ||
java_bytecode | ||
java-testing-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
ansi-c | ||
java_bytecode | ||
linking | ||
testing-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ Author: Daniel Kroening, [email protected] | |
#include <util/pointer_offset_size.h> | ||
#include <util/symbol.h> | ||
|
||
#include "goto_instruction_code.h" | ||
#include <goto-programs/goto_instruction_code.h> | ||
|
||
/// Allocates a new object, either by creating a local variable with automatic | ||
/// lifetime, a global variable with static lifetime, or by dynamically | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ Author: Daniel Kroening, [email protected] | |
\*******************************************************************/ | ||
|
||
#ifndef CPROVER_UTIL_ALLOCATE_OBJECTS_H | ||
#define CPROVER_UTIL_ALLOCATE_OBJECTS_H | ||
#ifndef CPROVER_ANSI_C_ALLOCATE_OBJECTS_H | ||
#define CPROVER_ANSI_C_ALLOCATE_OBJECTS_H | ||
|
||
#include <util/namespace.h> | ||
#include <util/std_code.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.