Searched refs:compLeft (Results 1 – 1 of 1) sorted by relevance
118879 Expr compLeft; /* The x>=y term */ local118885 memset(&compLeft, 0, sizeof(Expr));118893 exprAnd.pLeft = &compLeft;118895 compLeft.op = TK_GE;118896 compLeft.pLeft = pDel;118897 compLeft.pRight = pExpr->x.pList->a[0].pExpr;