Searched refs:compLeft (Results 1 – 1 of 1) sorted by relevance
118683 Expr compLeft; /* The x>=y term */ local118689 memset(&compLeft, 0, sizeof(Expr));118697 exprAnd.pLeft = &compLeft;118699 compLeft.op = TK_GE;118700 compLeft.pLeft = pDel;118701 compLeft.pRight = pExpr->x.pList->a[0].pExpr;