Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_quant.h124 bool hasShieldVar(const Expr& e);
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp1554 bool CompleteInstPreProcessor::hasShieldVar(const Expr& e){ in hasShieldVar() function in CompleteInstPreProcessor
1563 return (hasShieldVar(e[0]) || e[1].isBoundVar()); in hasShieldVar()
1567 if (hasShieldVar(e[i])){ in hasShieldVar()
2046 if ( ! hasShieldVar(cur_expr)) { in isGood()