Searched refs:EP_xIsSelect (Results 1 – 1 of 1) sorted by relevance
20109 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */ macro20153 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)20154 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)111085 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );111450 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );113718 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);115784 assert( !ExprHasProperty(pIn, EP_xIsSelect) );119258 if( combinedFlags & EP_xIsSelect ) return 2;119339 if( seenNot && ExprHasProperty(p, EP_xIsSelect) ) return 0;120128 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );[all …]