reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
100 virtual bool equals(const Expression &Other) const { return true; }
284 bool equals(const Expression &Other) const override { 456 bool equals(const Expression &Other) const override { 518 bool equals(const Expression &Other) const override {
285 if (!this->BasicExpression::equals(Other)) 457 if (!this->BasicExpression::equals(Other)) 519 if (!this->BasicExpression::equals(Other))