CBMC
|
Go to the source code of this file.
Functions | |
static void | free_symbols_rec (const std::unordered_set< symbol_exprt, irep_hash > &bound_symbols, const exprt &src, const std::function< void(const symbol_exprt &)> &f) |
void | free_symbols (const exprt &expr, const std::function< void(const symbol_exprt &)> &f) |
void free_symbols | ( | const exprt & | expr, |
const std::function< void(const symbol_exprt &)> & | f | ||
) |
Definition at line 65 of file free_symbols.cpp.
|
static |
Definition at line 18 of file free_symbols.cpp.