Home
last modified time | relevance | path

Searched defs:argLst (Results 1 – 7 of 7) sorted by relevance

/dports/math/vampire/vampire-4.5.1/Kernel/
H A DTermTransformer.cpp78 TermList *argLst = &args.top() - (orig->arity() - 1); in transform() local
128 TermList* argLst = &args.top() - (term->arity() - 1); in transform() local
269 TermList* argLst = 0; in transform() local
307 TermList* argLst=&args.top() - (term->arity() - 1); in transform() local
H A DEqHelper.cpp126 TermList* argLst=&args.top() - (orig->arity()-1); in replace() local
166 TermList* argLst=&args.top() - (trm0->arity()-1); in replace() local
H A DSubstHelper.hpp358 TermList* argLst=&args->top() - (orig->arity()-1); in applyImpl() local
422 TermList* argLst=&args->top() - (trm->arity()-1); in applyImpl() local
H A DRobSubstitution.cpp638 TermList* argLst=&args.top() - (orig->arity()-1); in apply() local
/dports/math/vampire/vampire-4.5.1/Shell/
H A DFunctionDefinition.cpp594 TermList* argLst=&args.top() - (orig->arity()-1); in applyDefinitions() local
679 TermList* argLst=&args.top() - (lit->arity()-1); in applyDefinitions() local
/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.cpp1609 FormulaList* argLst = nullptr; in parseAsBuiltinFormulaSymbol() local
1720 FormulaList* argLst = nullptr; in parseAsBuiltinFormulaSymbol() local
H A DSMTLIB.cpp993 FormulaList* argLst = 0; in tryReadConnective() local