forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialise string solver function parameter names
Get the names of the parameters for string solver functions from bytecode if we have the bytecode for them
- Loading branch information
1 parent
d556380
commit 0e71658
Showing
5 changed files
with
138 additions
and
16 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 |
---|---|---|
|
@@ -21,6 +21,12 @@ Author: Daniel Kroening, [email protected] | |
|
||
class class_hierarchyt; | ||
|
||
void java_bytecode_initialize_parameter_names( | ||
symbolt &method_symbol, | ||
const java_bytecode_parse_treet::methodt::local_variable_tablet | ||
&local_variable_table, | ||
symbol_table_baset &symbol_table); | ||
|
||
void java_bytecode_convert_method( | ||
const symbolt &class_symbol, | ||
const java_bytecode_parse_treet::methodt &, | ||
|
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