Lines Matching refs:ExprSetProperty
18076 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
97621 ExprSetProperty(pExpr, EP_Static);
97638 ExprSetProperty(pExpr, EP_Alias);
97886 ExprSetProperty(pExpr, EP_CanBeNull);
97951 ExprSetProperty(pExpr, EP_Alias);
98148 ExprSetProperty(pExpr, EP_Leaf);
98376 ExprSetProperty(pExpr, EP_Unlikely);
98417 ExprSetProperty(pExpr,EP_ConstFunc);
98431 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
98582 ExprSetProperty(pExpr, EP_VarSelect);
99349 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
99392 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
100402 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
100458 ExprSetProperty(pNew, EP_HasFunc);
100461 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct);
101411 ExprSetProperty(pExpr, v);
101501 if( pWalker->eCode==5 ) ExprSetProperty(pExpr, EP_FromDDL);
102351 ExprSetProperty(pExpr, EP_Subrtn);
102532 ExprSetProperty(pExpr, EP_Subrtn);
109700 if( !pFix->bTemp ) ExprSetProperty(pExpr, EP_FromDDL);
129210 ExprSetProperty(pEq, EP_FromJoin);
129246 ExprSetProperty(p, EP_FromJoin);
132343 ExprSetProperty(pNew, EP_CanBeNull);
132347 ExprSetProperty(pNew, EP_FromJoin);
133129 ExprSetProperty(pExpr, EP_FixedCol);
144512 ExprSetProperty(pNewExpr, EP_FromJoin);
151170 ExprSetProperty(pExpr, EP_Static);
151644 ExprSetProperty(p, EP_WinFunc);