Home | History | Annotate | Download | only in dist

Lines Matching refs:flags2

9152   u8 flags2;             /* Second set of flags.  EP2_... */
9182 ** The following are the meanings of bits in the Expr.flags2 field.
9194 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
59393 pDup->flags2 |= EP2_MallocedToken;
61126 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
61193 assert( (p->flags2 & EP2_MallocedToken)==0 );
61194 assert( (p->flags2 & EP2_Irreducible)==0 );
61321 pNew->flags2 = 0;
61733 || (p->flags2 & EP2_MallocedToken)==0 );