Home
last modified time | relevance | path

Searched refs:ExprSetProperty (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20140 #define ExprSetProperty(E,P) (E)->flags|=(u32)(P) macro
110545 ExprSetProperty(pNew, EP_CanBeNull);
110835 ExprSetProperty(pExpr, EP_CanBeNull);
111134 ExprSetProperty(pExpr, EP_Leaf);
111466 ExprSetProperty(pExpr, EP_Unlikely);
111516 ExprSetProperty(pList->a[ii].pExpr, EP_SubtArg);
111525 ExprSetProperty(pExpr,EP_ConstFunc);
111554 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
111711 ExprSetProperty(pExpr, EP_VarSelect);
112503 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
[all …]