Lines Matching refs:flags2
9799 u8 flags2; /* Second set of flags. EP2_... */
9829 ** The following are the meanings of bits in the Expr.flags2 field.
9841 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
67684 pDup->flags2 |= EP2_MallocedToken;
69427 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
69494 assert( (p->flags2 & EP2_MallocedToken)==0 );
69495 assert( (p->flags2 & EP2_Irreducible)==0 );
69622 pNew->flags2 = 0;
70034 || (p->flags2 & EP2_MallocedToken)==0 );