Home | History | Annotate | Download | only in dist

Lines Matching refs:ExprHasAnyProperty

9199 #define ExprHasAnyProperty(E,P)  (((E)->flags&(P))!=0)
59209 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
59447 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
59744 if( ExprHasAnyProperty(pExpr, EP_Resolved) ) return WRC_Prune;
61045 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
61112 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
61180 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
61300 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
61311 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
61612 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
61721 assert( ExprHasAnyProperty(p, EP_Reduced|EP_TokenOnly)
62018 }else if( pX->pLeft->iColumn<0 && !ExprHasAnyProperty(pX, EP_xIsSelect) ){
62085 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
63063 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){
63938 assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) );
63939 assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) );
64033 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
64128 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
66171 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break;
79491 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
79527 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );