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