cprover
string_abstraction.cpp File Reference

String Abstraction. More...

#include "string_abstraction.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/expr_util.h>
#include <util/fresh_symbol.h>
#include <util/message.h>
#include <util/pointer_expr.h>
#include <util/pointer_predicates.h>
#include <util/string_constant.h>
#include "goto_model.h"
#include "pointer_arithmetic.h"
+ Include dependency graph for string_abstraction.cpp:

Go to the source code of this file.

Functions

static bool is_ptr_argument (const typet &type)
 
void string_abstraction (symbol_tablet &symbol_table, message_handlert &message_handler, goto_functionst &dest)
 
void string_abstraction (goto_modelt &goto_model, message_handlert &message_handler)
 

Detailed Description

String Abstraction.

Definition in file string_abstraction.cpp.

Function Documentation

◆ is_ptr_argument()

static bool is_ptr_argument ( const typet type)
inlinestatic

Definition at line 64 of file string_abstraction.cpp.

◆ string_abstraction() [1/2]

void string_abstraction ( goto_modelt goto_model,
message_handlert message_handler 
)

Definition at line 78 of file string_abstraction.cpp.

◆ string_abstraction() [2/2]

void string_abstraction ( symbol_tablet ,
message_handlert ,
goto_functionst  
)
Deprecated:
SINCE(2020, 12, 14, "Use string_abstraction(goto_model, message_handler)")

Definition at line 69 of file string_abstraction.cpp.