Lines Matching refs:EP_xIsSelect
19051 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */ macro
19095 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)
19096 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)
107489 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
107854 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );
110070 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);
112028 assert( !ExprHasProperty(pIn, EP_xIsSelect) );
115120 if( combinedFlags & EP_xIsSelect ) return 2;
115201 if( seenNot && ExprHasProperty(p, EP_xIsSelect) ) return 0;
115919 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
158280 if( pTerm->pExpr->flags & EP_xIsSelect ){
161344 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow)
161652 && ( (pExpr->pLeft->flags & EP_xIsSelect)==0
161653 || (pExpr->pRight->flags & EP_xIsSelect)==0)