Home | History | Annotate | Download | only in dist

Lines Matching refs:ExprHasAnyProperty

9851 #define ExprHasAnyProperty(E,P)  (((E)->flags&(P))!=0)
67511 && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){
67749 assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
68049 if( ExprHasAnyProperty(pExpr, EP_Resolved) ) return WRC_Prune;
69356 assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
69424 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
69492 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
69612 if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
69623 if( !ExprHasAnyProperty(p, EP_TokenOnly) ){
69924 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){
70033 assert( ExprHasAnyProperty(p, EP_Reduced|EP_TokenOnly)
70334 if( pX->pLeft->iColumn<0 && !ExprHasAnyProperty(pX, EP_xIsSelect) ){
70403 if( !ExprHasAnyProperty(pExpr, EP_VarSelect) && !pParse->pTriggerTab ){
71349 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){
72244 assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) );
72245 ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) );
72355 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
72450 assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
74556 if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break;
88109 assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
88145 assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );