Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c19082 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
106944 ExprSetProperty(pNew, EP_CanBeNull);
107234 ExprSetProperty(pExpr, EP_CanBeNull);
107538 ExprSetProperty(pExpr, EP_Leaf);
107868 ExprSetProperty(pExpr, EP_Unlikely);
107909 ExprSetProperty(pExpr,EP_ConstFunc);
107923 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
108092 ExprSetProperty(pExpr, EP_VarSelect);
108872 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
108918 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
[all …]