Home | History | Annotate | Download | only in dist

Lines Matching defs:flags2

10580   u8 flags2;             /* Second set of flags.  EP2_... */
10610 ** The following are the meanings of bits in the Expr.flags2 field.
10622 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
73285 pDup->flags2 |= EP2_MallocedToken;
75051 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
75118 assert( (p->flags2 & EP2_MallocedToken)==0 );
75119 assert( (p->flags2 & EP2_Irreducible)==0 );
75246 pNew->flags2 = 0;