cprover
|
String Abstraction. More...
Go to the source code of this file.
Classes | |
class | incorrect_source_program_exceptiont |
Functions | |
void | string_instrumentation (symbol_tablet &, goto_programt &) |
void | string_instrumentation (symbol_tablet &, goto_functionst &) |
void | string_instrumentation (goto_modelt &) |
predicate_exprt | is_zero_string (const exprt &what, bool write=false) |
exprt | zero_string_length (const exprt &what, bool write=false) |
exprt | buffer_size (const exprt &what) |
String Abstraction.
Definition in file string_instrumentation.h.
Definition at line 48 of file string_instrumentation.cpp.
predicate_exprt is_zero_string | ( | const exprt & | what, |
bool | write = false |
||
) |
Definition at line 30 of file string_instrumentation.cpp.
void string_instrumentation | ( | goto_modelt & | goto_model | ) |
Definition at line 169 of file string_instrumentation.cpp.
void string_instrumentation | ( | symbol_tablet & | symbol_table, |
goto_functionst & | dest | ||
) |
Definition at line 161 of file string_instrumentation.cpp.
void string_instrumentation | ( | symbol_tablet & | symbol_table, |
goto_programt & | dest | ||
) |
Definition at line 153 of file string_instrumentation.cpp.
Definition at line 38 of file string_instrumentation.cpp.