Home
last modified time | relevance | path

Searched refs:tracePreScApplication (Results 1 – 8 of 8) sorted by relevance

/dports/lang/maude/maude-2.7.1/src/Core/
H A DsortConstraintTable.cc152 context.tracePreScApplication(subject, sc); in constrainToSmallerSort2()
H A DrewritingContext.cc121 RewritingContext::tracePreScApplication(DagNode* /* subject */, const SortConstraint* /* sc */) in tracePreScApplication() function in RewritingContext
H A DrewritingContext.hh100 virtual void tracePreScApplication(DagNode* subject, const SortConstraint* sc);
H A DChangeLog3211 context.traceAbort() after calling context.tracePreScApplication()
5899 * rewritingContext.cc (tracePreScApplication): added
/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A DuserLevelRewritingContext.hh89 void tracePreScApplication(DagNode* subject, const SortConstraint* sc);
H A DuserLevelRewritingContext.cc394 UserLevelRewritingContext::tracePreScApplication(DagNode* subject, const SortConstraint* sc) in tracePreScApplication() function in UserLevelRewritingContext
H A DChangeLog1412 * userLevelRewritingContext.cc (tracePreScApplication)
4728 * userLevelRewritingContext.cc (tracePreScApplication)
4747 (tracePreScApplication): use getFlag() rather than
7632 (tracePreScApplication): pass sc to handleDebug()
7645 (tracePreScApplication): pass sc to dontTrace()
8564 (tracePreScApplication): call profileMbRewrite()
9267 (tracePreScApplication): use new dontTrace()
9677 (tracePreScApplication): pass subject to handleDebug()
12807 (tracePreScApplication): use dontTrace()
14894 (tracePreScApplication): call handleDebug()
[all …]
/dports/lang/maude/maude-2.7.1/src/Interface/
H A DChangeLog3170 * symbol.cc (constrainToSmallerSort2): use tracePreScApplication()