Searched refs:EP_xIsSelect (Results 1 – 1 of 1) sorted by relevance
20130 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */ macro20174 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)20175 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)111243 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );111629 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );113894 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);115960 assert( !ExprHasProperty(pIn, EP_xIsSelect) );119454 if( combinedFlags & EP_xIsSelect ) return 2;119535 if( seenNot && ExprHasProperty(p, EP_xIsSelect) ) return 0;120324 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );[all …]