Home | History | Annotate | Download | only in dist

Lines Matching refs:ExprHasAnyProperty

9844 #define ExprHasAnyProperty(E,P)  (((E)->flags&(P))!=0)
67504 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
67742 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
68042 if( ExprHasAnyProperty(pExpr, EP_Resolved) ) return WRC_Prune;
69349 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
69417 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
69485 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
69605 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
69616 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
69917 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
70026 assert( ExprHasAnyProperty(p, EP_Reduced|EP_TokenOnly)
70327 if( pX->pLeft->iColumn<0 && !ExprHasAnyProperty(pX, EP_xIsSelect) ){
70396 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
71342 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){
72237 assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) );
72238 assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) );
72348 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
72443 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
74549 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break;
88102 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
88138 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );