Home | History | Annotate | Download | only in dist

Lines Matching refs:EP2_Irreducible

9825 #define EP2_Irreducible    0x0002  /* Cannot EXPRDUP_REDUCE this Expr */
9828 ** The pseudo-routine sqlite3ExprSetIrreducible sets the EP2_Irreducible
9834 # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible
69488 assert( (p->flags2 & EP2_Irreducible)==0 );