Home
last modified time | relevance | path

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

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAttrCond.h66 …void asConjunctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjunctionList, Li…
H A DCegoAttrCond.cc240 void CegoAttrCond::asConjunctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjun… in asConjunctionList() function in CegoAttrCond
H A DCegoSelect.cc3599 attrCond.asConjunctionList(_exprList, _viewConjunctionList, pFLA); in setViewCond()