Searched refs:findConstInWhere (Results 1 – 1 of 1) sorted by relevance
4739 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere() function4748 findConstInWhere(pConst, pExpr->pRight); in findConstInWhere()4749 findConstInWhere(pConst, pExpr->pLeft); in findConstInWhere()4920 findConstInWhere(&x, p->pWhere); in propagateConstants()