CBMC
|
Symbolic Execution. More...
#include "guard_expr.h"
#include <util/expr_util.h>
#include <util/invariant.h>
#include <util/std_expr.h>
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 64 of file guard_expr.cpp.
guard_exprt& operator|= | ( | guard_exprt & | g1, |
const guard_exprt & | g2 | ||
) |
Definition at line 134 of file guard_expr.cpp.