Home
last modified time | relevance | path

Searched refs:destructorNames (Results 1 – 2 of 2) sorted by relevance

/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.hpp279 … Stack<vstring> destructorNames, Stack<unsigned> argSorts);
H A DSMTLIB2.cpp956 Stack<vstring> destructorNames; in readDeclareDatatypes() local
971 destructorNames.reset(); in readDeclareDatatypes()
986 destructorNames.push(argRdr.readAtom()); in readDeclareDatatypes()
993 constructors.push(buildTermAlgebraConstructor(constrName, taSort, destructorNames, argSorts)); in readDeclareDatatypes()
1008 … Stack<vstring> destructorNames, Stack<unsigned> argSorts) { in buildTermAlgebraConstructor() argument
1031 vstring destructorName = destructorNames[i]; in buildTermAlgebraConstructor()