Home
last modified time | relevance | path

Searched refs:compareArguments (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/maude/maude-2.7.1/src/Interface/
H A Dterm.hh110 virtual int compareArguments(const Term* other) const = 0;
111 virtual int compareArguments(const DagNode* other) const = 0;
342 return (topSymbol == s) ? compareArguments(other) : topSymbol->compare(s); in compare()
349 return (topSymbol == s) ? compareArguments(other) : topSymbol->compare(s); in compare()
367 return topSymbol == other->topSymbol && compareArguments(other) == 0; in equal()
373 return topSymbol == other->symbol() && compareArguments(other) == 0; in equal()
/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A DquotedIdentifierTerm.hh37 int compareArguments(const Term* other) const;
38 int compareArguments(const DagNode* other) const;
H A DquotedIdentifierTerm.cc82 QuotedIdentifierTerm::compareArguments(const Term* other) const in compareArguments() function in QuotedIdentifierTerm
91 QuotedIdentifierTerm::compareArguments(const DagNode* other) const in compareArguments() function in QuotedIdentifierTerm
H A DquotedIdentifierDagNode.hh37 int compareArguments(const DagNode* other) const;
H A DquotedIdentifierDagNode.cc60 QuotedIdentifierDagNode::compareArguments(const DagNode* other) const in compareArguments() function in QuotedIdentifierDagNode
/dports/lang/maude/maude-2.7.1/src/BuiltIn/
H A DfloatTerm.hh37 int compareArguments(const Term* other) const;
38 int compareArguments(const DagNode* other) const;
H A DstringTerm.hh38 int compareArguments(const Term* other) const;
39 int compareArguments(const DagNode* other) const;
H A DstringTerm.cc81 StringTerm::compareArguments(const Term* other) const in compareArguments() function in StringTerm
87 StringTerm::compareArguments(const DagNode* other) const in compareArguments() function in StringTerm
H A DfloatTerm.cc78 FloatTerm::compareArguments(const Term* other) const in compareArguments() function in FloatTerm
88 FloatTerm::compareArguments(const DagNode* other) const in compareArguments() function in FloatTerm
H A DfloatDagNode.hh36 int compareArguments(const DagNode* other) const;
H A DstringDagNode.hh37 int compareArguments(const DagNode* other) const;
H A DfloatDagNode.cc57 FloatDagNode::compareArguments(const DagNode* other) const in compareArguments() function in FloatDagNode
/dports/lang/maude/maude-2.7.1/src/SMT/
H A DSMT_NumberTerm.hh38 int compareArguments(const Term* other) const;
39 int compareArguments(const DagNode* other) const;
H A DSMT_NumberTerm.cc81 SMT_NumberTerm::compareArguments(const Term* other) const in compareArguments() function in SMT_NumberTerm
88 SMT_NumberTerm::compareArguments(const DagNode* other) const in compareArguments() function in SMT_NumberTerm
H A DSMT_NumberDagNode.hh38 int compareArguments(const DagNode* other) const;
/dports/lang/maude/maude-2.7.1/src/CUI_Theory/
H A DCUI_Term.hh43 int compareArguments(const Term* other) const;
44 int compareArguments(const DagNode* other) const;
/dports/lang/maude/maude-2.7.1/src/Variable/
H A DvariableTerm.hh43 int compareArguments(const Term* other) const;
44 int compareArguments(const DagNode* other) const;
H A DvariableTerm.cc96 VariableTerm::compareArguments(const Term* other) const in compareArguments() function in VariableTerm
102 VariableTerm::compareArguments(const DagNode* other) const in compareArguments() function in VariableTerm
/dports/lang/maude/maude-2.7.1/src/S_Theory/
H A DS_Term.hh44 int compareArguments(const Term* other) const;
45 int compareArguments(const DagNode* other) const;
H A DS_Term.cc158 S_Term::compareArguments(const Term* other) const in compareArguments() function in S_Term
166 S_Term::compareArguments(const DagNode* other) const in compareArguments() function in S_Term
/dports/lang/maude/maude-2.7.1/src/AU_Theory/
H A DAU_Term.hh45 int compareArguments(const Term* other) const;
46 int compareArguments(const DagNode* other) const;
/dports/lang/maude/maude-2.7.1/src/FreeTheory/
H A DfreeTerm.hh44 int compareArguments(const Term* other) const;
45 int compareArguments(const DagNode* other) const;
/dports/lang/maude/maude-2.7.1/src/ACU_Theory/
H A DACU_Term.hh45 int compareArguments(const Term* other) const;
46 int compareArguments(const DagNode* other) const;
H A DACU_TreeDagNode.cc67 ACU_TreeDagNode::compareArguments(const DagNode* other) const in compareArguments() function in ACU_TreeDagNode
92 return - other->compareArguments(this); in compareArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DTestCopyParticipantShared.java105 compareArguments(expected, actual); in testArguments()
109 public static void compareArguments(CopyArguments expected, CopyArguments actual) { in compareArguments() method in TestCopyParticipantShared

123