10#ifndef KLEE_EXPRHASHMAP_H
11#define KLEE_EXPRHASHMAP_H
15#include <unordered_map>
16#include <unordered_set>
34 :
public std::unordered_map<ref<Expr>, T, klee::util::ExprHash,
35 klee::util::ExprCmp> {};
virtual unsigned hash() const
Returns the pre-computed hash of the current expression.
std::unordered_set< ref< Expr >, klee::util::ExprHash, klee::util::ExprCmp > ExprHashSet
bool operator()(const ref< Expr > &a, const ref< Expr > &b) const
unsigned operator()(const ref< Expr > &e) const