Lines Matching refs:ExprHasProperty

41     assert( !ExprHasProperty(pExpr, EP_IntValue) );
167 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
327 if( ExprHasProperty(p, EP_xIsSelect) ){
524 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
617 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
621 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
624 if( ExprHasProperty(p, EP_xIsSelect) ){
630 if( !ExprHasProperty(p, EP_Static) ){
641 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
642 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE;
687 assert( !ExprHasProperty(p, EP_FromJoin) );
706 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
771 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
777 assert( ExprHasProperty(p, EP_Reduced)==0 );
800 if( ExprHasProperty(p, EP_xIsSelect) ){
810 if( ExprHasProperty(pNew, EP_Reduced) ){
1440 p = (ExprHasProperty(pX, EP_xIsSelect) ? pX->x.pSelect : 0);
1642 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
1741 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
2312 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2318 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2331 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2343 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2365 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2475 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2518 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2537 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
2546 assert( !ExprHasProperty(pExpr, EP_IntValue) );
2772 assert( !ExprHasProperty(pExpr, EP_xIsSelect) && pExpr->x.pList );
2840 assert( !ExprHasProperty(pExpr, EP_IntValue) );
3013 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
3118 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
3441 if( ExprHasProperty(pA, EP_xIsSelect) || ExprHasProperty(pB, EP_xIsSelect) ){
3450 if( ExprHasProperty(pA, EP_IntValue) ){
3451 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!=pB->u.iValue ){
3455 if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
3628 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
3632 assert( !ExprHasProperty(pExpr, EP_IntValue) );