Home
last modified time | relevance | path

Searched defs:SubtermIterator (Results 1 – 2 of 2) sorted by relevance

/dports/math/vampire/vampire-4.5.1/Inferences/
H A DTermAlgebraReasoning.cpp161 struct InjectivityGIE::SubtermIterator struct in Inferences::InjectivityGIE
163 SubtermIterator(Clause *clause, Literal *lit) in SubtermIterator() argument
178 bool hasNext() { return _index < _length; } in hasNext()
179 OWN_ELEMENT_TYPE next() in next()
197 unsigned int _length; // this is the arity n of the constructor f
202 unsigned int _index; // between 0 and _length
203 Literal* _lit;
204 Clause* _clause;
205 OperatorType* _type; // type of f
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DTermIterators.hpp148 class SubtermIterator class
152 SubtermIterator(const Term* term) : _used(false) in SubtermIterator() function in Kernel::SubtermIterator
180 SubtermIterator() : _used(false) in SubtermIterator() function in Kernel::SubtermIterator