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.
- Loading branch information
Lukasz A.J. Wrona
committed
Sep 19, 2017
1 parent
b544a4b
commit 751e8f5
Showing
3 changed files
with
30 additions
and
22 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
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 |
---|---|---|
|
@@ -32,7 +32,8 @@ Author: Alberto Griggio, [email protected] | |
class string_refinementt final: public bv_refinementt | ||
{ | ||
private: | ||
struct configt { | ||
struct configt | ||
{ | ||
unsigned refinement_bound=0; | ||
/// Make non-deterministic character arrays have at least one character | ||
bool string_non_empty=false; | ||
|
@@ -98,5 +99,6 @@ class string_refinementt final: public bv_refinementt | |
}; | ||
|
||
exprt substitute_array_lists(exprt expr, size_t string_max_length); | ||
exprt concretize_arrays_in_expression(exprt expr, std::size_t string_max_length); | ||
exprt concretize_arrays_in_expression( | ||
exprt expr, std::size_t string_max_length); | ||
#endif |