cprover
|
String Abstraction. More...
#include "string_abstraction.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/pointer_predicates.h>
#include <util/type_eq.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 58 of file string_abstraction.cpp.
References irept::id().
Referenced by string_abstractiont::abstract_function_call(), string_abstractiont::add_argument(), and string_abstractiont::build_symbol().
void string_abstraction | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_programt & | dest | ||
) |
Definition at line 63 of file string_abstraction.cpp.
References message_handler, and goto_modelt::symbol_table.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), cbmc_parse_optionst::process_goto_program(), and string_abstraction().
void string_abstraction | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_functionst & | dest | ||
) |
Definition at line 72 of file string_abstraction.cpp.
References message_handler, string_abstraction(), and goto_modelt::symbol_table.
void string_abstraction | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 81 of file string_abstraction.cpp.
References goto_modelt::goto_functions, message_handler, string_abstraction(), and goto_modelt::symbol_table.