Lines Matching refs:ExprSetProperty
200 ExprSetProperty(pNew, EP_CanBeNull); in extendFJMatch()
422 ExprSetProperty(pExpr, EP_CanBeNull); in lookupName()
713 ExprSetProperty(pExpr, EP_Leaf); in lookupName()
923 ExprSetProperty(pExpr, EP_IsTrue); in resolveExprStep()
926 ExprSetProperty(pExpr, EP_IsFalse); in resolveExprStep()
1014 ExprSetProperty(pExpr, EP_Unlikely); in resolveExprStep()
1055 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
1069 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL); in resolveExprStep()
1229 ExprSetProperty(pExpr, EP_VarSelect); in resolveExprStep()
2002 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); in sqlite3ResolveExprNames()
2045 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); in sqlite3ResolveExprListNames()