Lines Matching refs:ExprSetProperty

19500 #define ExprSetProperty(E,P)     (E)->flags|=(u32)(P)  macro
108254 ExprSetProperty(pNew, EP_CanBeNull);
108541 ExprSetProperty(pExpr, EP_CanBeNull);
108840 ExprSetProperty(pExpr, EP_Leaf);
109172 ExprSetProperty(pExpr, EP_Unlikely);
109222 ExprSetProperty(pList->a[ii].pExpr, EP_SubtArg);
109231 ExprSetProperty(pExpr,EP_ConstFunc);
109260 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
109414 ExprSetProperty(pExpr, EP_VarSelect);
110204 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
110250 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
110946 ExprSetProperty(pRet, EP_FullSize);
111410 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
111531 ExprSetProperty(pNew, EP_HasFunc);
111534 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
111596 ExprSetProperty(pOB, EP_FullSize);
112675 ExprSetProperty(pExpr, v);
112815 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL);
113810 ExprSetProperty(pExpr, EP_Subrtn);
113908 ExprSetProperty(pExpr, EP_Subrtn);
114118 ExprSetProperty(pExpr, EP_Subrtn);
122576 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL);
145281 ExprSetProperty(p, joinFlag);
145317 if( iTable>=0 ) ExprSetProperty(p, EP_InnerON);
145455 ExprSetProperty(pE1, EP_CanBeNull);
145478 ExprSetProperty(pE1, EP_CanBeNull);
145485 ExprSetProperty(pEq, joinType);
148783 ExprSetProperty(pNew, EP_CanBeNull);
148788 ExprSetProperty(pNew, EP_IntValue);
149791 ExprSetProperty(pExpr, EP_FixedCol);
154833 ExprSetProperty(pExpr, EP_VarSelect);
163802 ExprSetProperty(pExpr, EP_IsFalse);
164078 ExprSetProperty(pNewExpr, EP_OuterON);
164168 ExprSetProperty(pVal, EP_IntValue);
172964 ExprSetProperty(pExpr, EP_Static);
173470 ExprSetProperty(p, EP_WinFunc|EP_FullSize);