|
CBMC
|
#include "guard_expr.h"#include <util/expr_util.h>#include <util/invariant.h>#include <util/simplify_utils.h>#include <util/std_expr.h>
Include dependency graph for guard_expr.cpp:Go to the source code of this file.
Functions | |
| guard_exprt & | operator-= (guard_exprt &g1, const guard_exprt &g2) |
| guard_exprt & | operator|= (guard_exprt &g1, const guard_exprt &g2) |
Symbolic Execution
Definition in file guard_expr.cpp.
| guard_exprt& operator-= | ( | guard_exprt & | g1, |
| const guard_exprt & | g2 | ||
| ) |
Definition at line 65 of file guard_expr.cpp.
| guard_exprt& operator|= | ( | guard_exprt & | g1, |
| const guard_exprt & | g2 | ||
| ) |
Definition at line 135 of file guard_expr.cpp.