CBMC
|
Find Variables. More...
Go to the source code of this file.
Functions | |
std::unordered_set< symbol_exprt, irep_hash > | find_variables (const std::vector< exprt > &) |
Returns the set of program variables (as identified by object_address expressions) in the given expression. More... | |
Find Variables.
Definition in file find_variables.h.
std::unordered_set<symbol_exprt, irep_hash> find_variables | ( | const std::vector< exprt > & | src | ) |
Returns the set of program variables (as identified by object_address expressions) in the given expression.
Definition at line 30 of file find_variables.cpp.