|
CBMC
|
Include dependency graph for replace_expr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef std::unordered_map< exprt, exprt, irep_hash > | replace_mapt |
Functions | |
| bool | replace_expr (const exprt &what, const exprt &by, exprt &dest) |
| bool | replace_expr (const replace_mapt &what, exprt &dest) |
| typedef std::unordered_map<exprt, exprt, irep_hash> replace_mapt |
Definition at line 22 of file replace_expr.h.
Definition at line 12 of file replace_expr.cpp.
| bool replace_expr | ( | const replace_mapt & | what, |
| exprt & | dest | ||
| ) |
Definition at line 32 of file replace_expr.cpp.