CBMC
string_instrumentation.h File Reference

String Abstraction. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void string_instrumentation (symbol_table_baset &, goto_programt &)
 
void string_instrumentation (symbol_table_baset &, goto_functionst &)
 
void string_instrumentation (goto_modelt &)
 
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)
 

Detailed Description

String Abstraction.

Definition in file string_instrumentation.h.

Function Documentation

◆ buffer_size()

exprt buffer_size ( const exprt what)

Definition at line 44 of file string_instrumentation.cpp.

◆ is_zero_string()

exprt is_zero_string ( const exprt what,
bool  write = false 
)

Definition at line 28 of file string_instrumentation.cpp.

◆ string_instrumentation() [1/3]

void string_instrumentation ( goto_modelt goto_model)

Definition at line 170 of file string_instrumentation.cpp.

◆ string_instrumentation() [2/3]

void string_instrumentation ( symbol_table_baset symbol_table,
goto_functionst dest 
)

Definition at line 162 of file string_instrumentation.cpp.

◆ string_instrumentation() [3/3]

void string_instrumentation ( symbol_table_baset symbol_table,
goto_programt dest 
)

Definition at line 154 of file string_instrumentation.cpp.

◆ zero_string_length()

exprt zero_string_length ( const exprt what,
bool  write = false 
)

Definition at line 36 of file string_instrumentation.cpp.