cprover
|
String Abstraction. More...
#include "goto_functions.h"
Go to the source code of this file.
Functions | |
void | string_instrumentation (symbol_tablet &symbol_table, message_handlert &message_handler, goto_programt &dest) |
void | string_instrumentation (symbol_tablet &symbol_table, message_handlert &message_handler, goto_functionst &dest) |
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 46 of file string_instrumentation.cpp.
References exprt::copy_to_operands(), and size_type().
Referenced by string_instrumentationt::do_format_string_write(), string_instrumentationt::do_snprintf(), and string_instrumentationt::invalidate_buffer().
Definition at line 26 of file string_instrumentation.cpp.
References exprt::copy_to_operands(), and irept::set().
Referenced by string_instrumentationt::do_format_string_read(), string_instrumentationt::do_strchr(), string_instrumentationt::do_strerror(), string_instrumentationt::do_strrchr(), string_instrumentationt::do_strstr(), and string_instrumentationt::do_strtok().
void string_instrumentation | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_programt & | dest | ||
) |
Definition at line 155 of file string_instrumentation.cpp.
References string_instrumentation().
Referenced by cbmc_parse_optionst::process_goto_program(), and string_instrumentation().
void string_instrumentation | ( | symbol_tablet & | symbol_table, |
message_handlert & | message_handler, | ||
goto_functionst & | dest | ||
) |
Definition at line 164 of file string_instrumentation.cpp.
References string_instrumentation().
Definition at line 36 of file string_instrumentation.cpp.
References exprt::copy_to_operands(), irept::set(), and size_type().