We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4583322 commit e71522dCopy full SHA for e71522d
src/solvers/strings/array_pool.h
@@ -71,6 +71,8 @@ class array_poolt final
71
/// \return expression for the length of `s`, or empty optional
72
optionalt<exprt> get_length_if_exists(const array_string_exprt &s) const;
73
74
+ /// Associate \p pointer_expr to \p array and if the size in the array type is
75
+ /// different from infinity, record it as the length of array
76
void insert(const exprt &pointer_expr, const array_string_exprt &array);
77
78
/// Creates a new array if the pointer is not pointing to an array
0 commit comments