Lines Matching refs:EP_Reduced
1153 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); in sqlite3ExprAssignVarNumber()
1307 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE; in exprStructSize()
1349 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 ); in dupedExprStructSize()
1357 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) ); in dupedExprStructSize()
1361 nSize = EXPR_REDUCEDSIZE | EP_Reduced; in dupedExprStructSize()
1451 assert( ExprHasProperty(p, EP_Reduced)==0 ); in exprDup()
1462 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); in exprDup()
1463 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
1486 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){ in exprDup()
3099 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in sqlite3CodeRhsOfIN()
3280 assert( !ExprHasProperty(pExpr, EP_Reduced|EP_TokenOnly) ); in sqlite3CodeSubselect()
5660 && ALWAYS((combinedFlags & EP_Reduced)==0) in sqlite3ExprCompare()
6170 if( ALWAYS(!ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced)) in agginfoPersistExprCb()
6271 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in analyzeAggregate()
6374 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in analyzeAggregate()