Lines Matching refs:EP_WinFunc
1237 assert( !ExprHasProperty(p, EP_WinFunc) ); in sqlite3ExprDeleteNN()
1240 assert( !ExprHasProperty(p, EP_WinFunc) ); in sqlite3ExprDeleteNN()
1245 if( ExprHasProperty(p, EP_WinFunc) ){ in sqlite3ExprDeleteNN()
1352 || ExprHasProperty(p, EP_WinFunc) in dupedExprStructSize()
1486 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
1495 if( ExprHasProperty(p, EP_WinFunc) ){ in exprDup()
1497 assert( ExprHasProperty(pNew, EP_WinFunc) ); in exprDup()
1555 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_WinFunc) ){ in gatherSelectWindowsCallback()
2195 && !ExprHasProperty(pExpr, EP_WinFunc) in exprNodeIsConstant()
4460 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in sqlite3ExprCodeTarget()
5628 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){ in sqlite3ExprCompare()
5631 if( ExprHasProperty(pA,EP_WinFunc) ){ in sqlite3ExprCompare()
6142 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in sqlite3ReferencesSrcList()