EP2_Irreducible 10058 third_party/sqlite/amalgamation/sqlite3.c # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible EP2_Irreducible 71426 third_party/sqlite/amalgamation/sqlite3.c assert( (p->flags2 & EP2_Irreducible)==0 ); EP2_Irreducible 689 third_party/sqlite/src/src/expr.c assert( (p->flags2 & EP2_Irreducible)==0 ); EP2_Irreducible 1713 third_party/sqlite/src/src/sqliteInt.h # define ExprSetIrreducible(X) (X)->flags2 |= EP2_Irreducible