Lines Matching refs:ExprSetProperty

19082 #define ExprSetProperty(E,P)     (E)->flags|=(P)  macro
106944 ExprSetProperty(pNew, EP_CanBeNull);
107234 ExprSetProperty(pExpr, EP_CanBeNull);
107538 ExprSetProperty(pExpr, EP_Leaf);
107868 ExprSetProperty(pExpr, EP_Unlikely);
107909 ExprSetProperty(pExpr,EP_ConstFunc);
107923 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
108092 ExprSetProperty(pExpr, EP_VarSelect);
108872 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
108918 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
109606 ExprSetProperty(pRet, EP_FullSize);
110070 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
110191 ExprSetProperty(pNew, EP_HasFunc);
110194 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
110256 ExprSetProperty(pOB, EP_FullSize);
111329 ExprSetProperty(pExpr, v);
111469 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL);
112478 ExprSetProperty(pExpr, EP_Subrtn);
112664 ExprSetProperty(pExpr, EP_Subrtn);
120933 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL);
143308 ExprSetProperty(p, joinFlag);
143344 if( iTable>=0 ) ExprSetProperty(p, EP_InnerON);
143504 ExprSetProperty(pEq, joinType);
146786 ExprSetProperty(pNew, EP_CanBeNull);
146797 ExprSetProperty(pExpr, EP_IntValue);
147776 ExprSetProperty(pExpr, EP_FixedCol);
152676 ExprSetProperty(pExpr, EP_VarSelect);
161457 ExprSetProperty(pExpr, EP_IsFalse);
161727 ExprSetProperty(pNewExpr, EP_OuterON);
161817 ExprSetProperty(pVal, EP_IntValue);
170157 ExprSetProperty(pExpr, EP_Static);
170664 ExprSetProperty(p, EP_WinFunc|EP_FullSize);