String creation from integer types. More...
#include <string_builtin_function.h>
get_value which gives a valuation to expressions, attempt to find the result of the builtin function. equals, indexOf or compare. String creation from integer types.
Definition at line 363 of file string_builtin_function.h.
Definition at line 366 of file string_builtin_function.h.
Add constraints ensuring that the value of result expression of the builtin function corresponds to the value of the function call.
The constraints are only added when deemed necessary, i.e. when maybe_testing_function() returns true, or when testing function depends on the result of this function. This logic is implemented in add_constraints().
Implements string_builtin_functiont.
Definition at line 417 of file string_builtin_function.cpp.
Given a function get_value which gives a valuation to expressions, attempt to find the result of the builtin function.
If not enough information can be gathered from get_value, return an empty optional.
Implements string_builtin_functiont.
Definition at line 383 of file string_builtin_function.cpp.
Constraint ensuring that the length of the strings are coherent with the function call.
Implements string_builtin_functiont.
Definition at line 427 of file string_builtin_function.cpp.
Implements string_builtin_functiont.
Definition at line 382 of file string_builtin_function.h.
Definition at line 394 of file string_builtin_function.h.