Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.cpp518 enum SortParseOperation { in declareSort() enum
523 static Stack<pair<SortParseOperation,LExpr*> > todo; in declareSort()
544 pair<SortParseOperation,LExpr*> cur = todo.pop(); in declareSort()
545 SortParseOperation op = cur.first; in declareSort()