cprover
|
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"
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) |
String Abstraction.
Definition in file string_abstraction.cpp.
|
inlinestatic |
Definition at line 64 of file string_abstraction.cpp.
void string_abstraction | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 78 of file string_abstraction.cpp.
void string_abstraction | ( | symbol_tablet & | , |
message_handlert & | , | ||
goto_functionst & | |||
) |
Definition at line 69 of file string_abstraction.cpp.