|
CBMC
|
#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/std_code.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 (goto_modelt &goto_model, message_handlert &message_handler) |
String Abstraction
Definition in file string_abstraction.cpp.
|
inlinestatic |
Definition at line 67 of file string_abstraction.cpp.
| void string_abstraction | ( | goto_modelt & | goto_model, |
| message_handlert & | message_handler | ||
| ) |
Definition at line 72 of file string_abstraction.cpp.