Lines Matching refs:ExprHasProperty

10375 #define ExprHasProperty(E,P)     (((E)->flags&(P))==(P))  macro
58204 if( ExprHasProperty(pExpr, EP_IntValue) ){
71704 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
71705 testcase( ExprHasProperty(pExpr, EP_Reduced) );
71711 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
71872 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
72109 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
72140 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
72326 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
72384 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
72882 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
72989 return ExprHasProperty(pExpr, EP_Error);
73061 assert( !ExprHasProperty(pExpr, EP_IntValue) );
73187 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
73347 if( ExprHasProperty(p, EP_xIsSelect) ){
73544 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
73639 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
73643 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
73646 if( ExprHasProperty(p, EP_xIsSelect) ){
73652 if( !ExprHasProperty(p, EP_Static) ){
73663 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
73664 if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE;
73709 assert( !ExprHasProperty(p, EP_FromJoin) );
73728 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
73793 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
73799 assert( ExprHasProperty(p, EP_Reduced)==0 );
73820 if( ExprHasProperty(p, EP_xIsSelect) ){
73830 if( ExprHasProperty(pNew, EP_Reduced) ){
74462 p = (ExprHasProperty(pX, EP_xIsSelect) ? pX->x.pSelect : 0);
74660 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
74759 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
75330 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75336 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75349 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75361 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75385 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75495 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75538 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75557 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
75566 assert( !ExprHasProperty(pExpr, EP_IntValue) );
75792 assert( !ExprHasProperty(pExpr, EP_xIsSelect) && pExpr->x.pList );
75860 assert( !ExprHasProperty(pExpr, EP_IntValue) );
76033 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
76138 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
76461 if( ExprHasProperty(pA, EP_xIsSelect) || ExprHasProperty(pB, EP_xIsSelect) ){
76470 if( ExprHasProperty(pA, EP_IntValue) ){
76471 if( !ExprHasProperty(pB, EP_IntValue) || pA->u.iValue!=pB->u.iValue ){
76475 if( ExprHasProperty(pB, EP_IntValue) || NEVER(pB->u.zToken==0) ) return 2;
76648 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
76652 assert( !ExprHasProperty(pExpr, EP_IntValue) );
78836 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
85538 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
93451 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
93612 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
93629 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
94885 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
95432 if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0;
95436 assert( !ExprHasProperty(pExpr, EP_IntValue) );
95661 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
95892 assert( !ExprHasProperty(pE, EP_xIsSelect) );
95916 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) );
95939 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) );
96454 assert( !ExprHasProperty(sAggInfo.aFunc[i].pExpr, EP_xIsSelect) );
96762 assert( !ExprHasProperty(p->pEList->a[0].pExpr, EP_xIsSelect) );
96855 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
100795 if( ExprHasProperty(p, EP_xIsSelect) ){
101413 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
101477 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
101488 if( ExprHasProperty(pExpr, EP_FromJoin) ){
103372 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
103732 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
104734 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){