|
bool | has_nondet (const exprt &dest) |
|
void | approximate_nondet_rec (exprt &dest, unsigned &count) |
|
void | approximate_nondet (exprt &dest) |
| Approximate the non-deterministic choice in a way cheaper than by (proper) quantification.
|
|
aliasingt | aliasing (const exprt &e1, const exprt &e2, const namespacet &ns) |
|
void | substitute_rec (exprt &dest, const exprt &what, const exprt &by, const namespacet &ns) |
| replace 'what' by 'by' in 'dest', considering possible aliasing
|
|
void | rewrite_assignment (exprt &lhs, exprt &rhs) |
|
exprt | wp_assign (const code_assignt &code, const exprt &post, const namespacet &ns) |
|
exprt | wp_assume (const code_assumet &code, const exprt &post, const namespacet &) |
|
exprt | wp_decl (const code_declt &code, const exprt &post, const namespacet &ns) |
|
exprt | wp (const codet &code, const exprt &post, const namespacet &ns) |
| Compute the weakest precondition of the given program piece code with respect to the expression post.
|
|
Weakest Preconditions.
Definition in file wp.cpp.