cprover
|
String Abstraction. More...
#include "string_abstraction.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/exception_utils.h>
#include <util/expr_util.h>
#include <util/pointer_predicates.h>
#include <util/string_constant.h>
#include "pointer_arithmetic.h"
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_programt &dest) |
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) |
String Abstraction.
Definition in file string_abstraction.cpp.
|
inlinestatic |
Definition at line 60 of file string_abstraction.cpp.
void string_abstraction | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 83 of file string_abstraction.cpp.
void string_abstraction | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_functionst & | dest | ||
) |
Definition at line 74 of file string_abstraction.cpp.
void string_abstraction | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_programt & | dest | ||
) |
Definition at line 65 of file string_abstraction.cpp.