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