|
CBMC
|
Include dependency graph for object_id.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | object_idt |
Typedefs | |
| typedef std::set< object_idt > | object_id_sett |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const object_idt &object_id) |
| void | get_objects (const exprt &expr, object_id_sett &dest) |
| void | get_objects_r (const code_assignt &assign, object_id_sett &) |
| void | get_objects_w (const code_assignt &assign, object_id_sett &) |
| void | get_objects_w_lhs (const exprt &lhs, object_id_sett &) |
| void | get_objects_r_lhs (const exprt &lhs, object_id_sett &) |
Object Identifiers
Definition in file object_id.h.
| typedef std::set<object_idt> object_id_sett |
Definition at line 58 of file object_id.h.
| void get_objects | ( | const exprt & | expr, |
| object_id_sett & | dest | ||
| ) |
Definition at line 76 of file object_id.cpp.
| void get_objects_r | ( | const code_assignt & | assign, |
| object_id_sett & | |||
| ) |
Definition at line 81 of file object_id.cpp.
| void get_objects_r_lhs | ( | const exprt & | lhs, |
| object_id_sett & | |||
| ) |
Definition at line 97 of file object_id.cpp.
| void get_objects_w | ( | const code_assignt & | assign, |
| object_id_sett & | |||
| ) |
Definition at line 87 of file object_id.cpp.
| void get_objects_w_lhs | ( | const exprt & | lhs, |
| object_id_sett & | |||
| ) |
|
inline |
Definition at line 51 of file object_id.h.