Lines Matching refs:ExprHasProperty

91       assert( !ExprHasProperty(pExpr, EP_IntValue) );  in resolveAlias()
97 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveAlias()
257 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); in lookupName()
583 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){ in lookupName()
587 if( ExprHasProperty(pOrig, EP_Win) in lookupName()
630 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
669 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) ); in lookupName()
674 if( ExprHasProperty(pExpr,EP_Leaf) ){ in lookupName()
708 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){ in lookupName()
838 assert( !ExprHasProperty(p, EP_IntValue) ); in exprProbability()
919 testcase( ExprHasProperty(pExpr, EP_OuterON) ); in resolveExprStep()
920 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in resolveExprStep()
956 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in resolveExprStep()
969 assert( !ExprHasProperty(pRight, EP_IntValue) ); in resolveExprStep()
1001 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) ); in resolveExprStep()
1135 else if( is_agg==0 && ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1155 else if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1181 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveExprStep()
1247 assert( !ExprHasProperty(pExpr, EP_Reduced) ); in resolveExprStep()
1325 assert( !ExprHasProperty(pE, EP_IntValue) ); in resolveAsName()
1580 if( ExprHasProperty(pExpr, EP_WinFunc) ){ in resolveRemoveWindowsCb()
1894 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){ in resolveSelectStep()