Home | History | Annotate | Download | only in dist

Lines Matching refs:flags2

9147   u8 flags2;             /* Second set of flags.  EP2_... */
9177 ** The following are the meanings of bits in the Expr.flags2 field.
9189 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
59382 pDup->flags2 |= EP2_MallocedToken;
61115 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
61182 assert( (p->flags2 & EP2_MallocedToken)==0 );
61183 assert( (p->flags2 & EP2_Irreducible)==0 );
61310 pNew->flags2 = 0;
61722 || (p->flags2 & EP2_MallocedToken)==0 );