Searched defs:ExactEqualsExpression (Results 1 – 1 of 1) sorted by relevance
432 struct ExactEqualsExpression { struct433 const Expression &E;435 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() argument437 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()439 bool operator==(const Expression &Other) const { in operator ==()