Builtin functions for string concatenations. More...
Go to the source code of this file.
res is that of the concatenation of s1 with the substring of s2 starting at index ‘start’ and ending at indexend'‘. res is that of the concatenation of s1 with s2 res is that of the concatenation of s1 with. Builtin functions for string concatenations.
Definition in file string_concatenation_builtin_function.cpp.
Add axioms enforcing that the length of res is that of the concatenation of s1 with s2
Definition at line 125 of file string_concatenation_builtin_function.cpp.
Add axioms enforcing that the length of res is that of the concatenation of s1 with.
Definition at line 140 of file string_concatenation_builtin_function.cpp.
Add axioms enforcing that the length of res is that of the concatenation of s1 with the substring of s2 starting at index ‘start’ and ending at indexend'‘.
Where start_index’ is max(0, start) and end' is max(min(end, s2.length), start')
Definition at line 102 of file string_concatenation_builtin_function.cpp.