Searched defs:ExactEqualsExpression (Results 1 – 1 of 1) sorted by relevance
433 struct ExactEqualsExpression { struct434 const Expression &E;436 explicit ExactEqualsExpression(const Expression &E) : E(E) {} in ExactEqualsExpression() function438 hash_code getComputedHash() const { return E.getComputedHash(); } in getComputedHash()440 bool operator==(const Expression &Other) const { in operator ==()