cprover
string_instrumentation.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: String Abstraction
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_STRING_INSTRUMENTATION_H
13 #define CPROVER_GOTO_PROGRAMS_STRING_INSTRUMENTATION_H
14 
15 #include "goto_functions.h"
16 
17 class message_handlert;
18 class goto_modelt;
19 
21  symbol_tablet &,
23  goto_programt &);
24 
26  symbol_tablet &,
28  goto_functionst &);
29 
31  goto_modelt &,
33 
34 exprt is_zero_string(const exprt &what, bool write=false);
35 exprt zero_string_length(const exprt &what, bool write=false);
36 exprt buffer_size(const exprt &what);
37 
38 #endif // CPROVER_GOTO_PROGRAMS_STRING_INSTRUMENTATION_H
Goto Programs with Functions.
void string_instrumentation(symbol_tablet &, message_handlert &, goto_programt &)
exprt zero_string_length(const exprt &what, bool write=false)
The symbol table.
Definition: symbol_table.h:19
A generic container class for the GOTO intermediate representation of one function.
Definition: goto_program.h:70
exprt buffer_size(const exprt &what)
Base class for all expressions.
Definition: expr.h:42
exprt is_zero_string(const exprt &what, bool write=false)