Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c18874 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
105891 ExprSetProperty(pNew, EP_CanBeNull);
106151 ExprSetProperty(pExpr, EP_CanBeNull);
106444 ExprSetProperty(pExpr, EP_Leaf);
106742 ExprSetProperty(pExpr, EP_Unlikely);
106783 ExprSetProperty(pExpr,EP_ConstFunc);
106797 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
106966 ExprSetProperty(pExpr, EP_VarSelect);
107738 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
107781 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10377 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
71895 ExprSetProperty(pExpr, EP_Static);
72223 ExprSetProperty(p, EP_Resolved);
72249 ExprSetProperty(pExpr, EP_Resolved);
72394 ExprSetProperty(pExpr, EP_VarSelect);
72982 ExprSetProperty(pExpr, EP_Error);
72985 ExprSetProperty(pExpr, EP_Agg);
92610 ExprSetProperty(pEq, EP_FromJoin);
92646 ExprSetProperty(p, EP_FromJoin);
108350 ExprSetProperty(yygotominor.yy118.pExpr, EP_xIsSelect);
[all …]