Converting each lowercase character of Basic Latin and Latin-1 supplement to the corresponding uppercase character. More...
#include <string_builtin_function.h>
get_value which gives a valuation to expressions, attempt to find the result of the builtin function. result corresponds to input in which lowercase characters of Basic Latin and Latin-1 supplement of unicode have been converted to uppercase. equals, indexOf or compare. Converting each lowercase character of Basic Latin and Latin-1 supplement to the corresponding uppercase character.
Definition at line 285 of file string_builtin_function.h.
Definition at line 289 of file string_builtin_function.h.
Definition at line 297 of file string_builtin_function.h.
Set of constraints ensuring result corresponds to input in which lowercase characters of Basic Latin and Latin-1 supplement of unicode have been converted to uppercase.
These constraints are:
Definition at line 343 of file string_builtin_function.cpp.
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 322 of file string_builtin_function.h.
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 316 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 329 of file string_builtin_function.h.
Implements string_builtin_functiont.
Definition at line 313 of file string_builtin_function.h.