cprover
|
String Abstraction. More...
#include <util/symbol_table.h>
#include <util/message.h>
#include <util/config.h>
#include <util/std_expr.h>
#include "goto_model.h"
Go to the source code of this file.
Classes | |
class | string_abstractiont |
Replace all uses of char * by a struct that carries that string, and also the underlying allocation and the C string length. More... | |
Functions | |
void | string_abstraction (goto_modelt &, message_handlert &) |
void | string_abstraction (symbol_tablet &, message_handlert &, goto_functionst &) |
String Abstraction.
Definition in file string_abstraction.h.
void string_abstraction | ( | goto_modelt & | , |
message_handlert & | |||
) |
Definition at line 83 of file string_abstraction.cpp.
void string_abstraction | ( | symbol_tablet & | , |
message_handlert & | , | ||
goto_functionst & | |||
) |
Definition at line 74 of file string_abstraction.cpp.