Lines Matching refs:ExprSetProperty
17828 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
99688 ExprSetProperty(pExpr, EP_Static);
99956 ExprSetProperty(pExpr, EP_CanBeNull);
100239 ExprSetProperty(pExpr, EP_Leaf);
100426 ExprSetProperty(pExpr, EP_IsTrue);
100429 ExprSetProperty(pExpr, EP_IsFalse);
100519 ExprSetProperty(pExpr, EP_Unlikely);
100560 ExprSetProperty(pExpr,EP_ConstFunc);
100574 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
100734 ExprSetProperty(pExpr, EP_VarSelect);
101502 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
101545 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
102602 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
102718 ExprSetProperty(pNew, EP_HasFunc);
102721 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
103726 ExprSetProperty(pExpr, v);
103817 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL);
104676 ExprSetProperty(pExpr, EP_Subrtn);
104855 ExprSetProperty(pExpr, EP_Subrtn);
112602 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL);
133610 ExprSetProperty(pEq, EP_FromJoin);
133646 ExprSetProperty(p, EP_FromJoin);
136929 ExprSetProperty(pNew, EP_CanBeNull);
137836 ExprSetProperty(pExpr, EP_FixedCol);
150152 ExprSetProperty(pExpr, EP_IsFalse);
150419 ExprSetProperty(pNewExpr, EP_FromJoin);
157166 ExprSetProperty(pExpr, EP_Static);
157672 ExprSetProperty(p, EP_WinFunc);