cprover
string_builtin_function.cpp File Reference
#include "string_builtin_function.h"
#include <algorithm>
#include <iterator>
#include "string_constraint_generator.h"
Include dependency graph for string_builtin_function.cpp:

Go to the source code of this file.

Functions

static optionalt< std::vector< mp_integer > > eval_string (const array_string_exprt &a, const std::function< exprt(const exprt &)> &get_value)
 Module: String solver Author: Diffblue Ltd. More...
 
static array_string_exprt make_string (const std::vector< mp_integer > &array, const array_typet &array_type)
 Make a string from a constant array. More...
 

Function Documentation

◆ eval_string()

optionalt< std::vector< mp_integer > > eval_string ( const array_string_exprt a,
const std::function< exprt(const exprt &)> &  get_value 
)
static

◆ make_string()

array_string_exprt make_string ( const std::vector< mp_integer > &  array,
const array_typet array_type 
)
static