Searched refs:ExprSetProperty (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 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) ); [all …]
|