Searched refs:EP_xIsSelect (Results 1 – 1 of 1) sorted by relevance
19469 #define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.pList is) */ macro19513 #define ExprUseXList(E) (((E)->flags&EP_xIsSelect)==0)19514 #define ExprUseXSelect(E) (((E)->flags&EP_xIsSelect)!=0)108791 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );109156 assert( !ExprHasProperty(pExpr, EP_xIsSelect|EP_IntValue) );111410 ExprSetProperty(pExpr, EP_xIsSelect|EP_Subquery);113392 assert( !ExprHasProperty(pIn, EP_xIsSelect) );116677 if( combinedFlags & EP_xIsSelect ) return 2;116758 if( seenNot && ExprHasProperty(p, EP_xIsSelect) ) return 0;117544 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );[all …]