diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 143ce4cd..9edcd8d0 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -180,6 +180,9 @@ public: virtual void print(std::ostream &os) const; + /// dump - Print the expression to stderr. + void dump() const; + /// Returns the pre-computed hash of the current expression virtual unsigned hash() const { return hashValue; } |