EP_Reduced       69438 third_party/sqlite/amalgamation/sqlite3.c   testcase( ExprHasProperty(pExpr, EP_Reduced) );
EP_Reduced       69613 third_party/sqlite/amalgamation/sqlite3.c     assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 );
EP_Reduced       69679 third_party/sqlite/amalgamation/sqlite3.c   assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced       71287 third_party/sqlite/amalgamation/sqlite3.c   assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
EP_Reduced       71358 third_party/sqlite/amalgamation/sqlite3.c     if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
EP_Reduced       71379 third_party/sqlite/amalgamation/sqlite3.c   if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE;
EP_Reduced       71423 third_party/sqlite/amalgamation/sqlite3.c     assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
EP_Reduced       71428 third_party/sqlite/amalgamation/sqlite3.c       nSize = EXPR_REDUCEDSIZE | EP_Reduced;
EP_Reduced       71514 third_party/sqlite/amalgamation/sqlite3.c         assert( ExprHasProperty(p, EP_Reduced)==0 );
EP_Reduced       71525 third_party/sqlite/amalgamation/sqlite3.c       pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
EP_Reduced       71526 third_party/sqlite/amalgamation/sqlite3.c       pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
EP_Reduced       71545 third_party/sqlite/amalgamation/sqlite3.c       if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
EP_Reduced       71547 third_party/sqlite/amalgamation/sqlite3.c         if( ExprHasProperty(pNew, EP_Reduced) ){
EP_Reduced       74176 third_party/sqlite/amalgamation/sqlite3.c   assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) );
EP_Reduced       74177 third_party/sqlite/amalgamation/sqlite3.c   assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) );
EP_Reduced       74287 third_party/sqlite/amalgamation/sqlite3.c           assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced       74382 third_party/sqlite/amalgamation/sqlite3.c         assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced       90184 third_party/sqlite/amalgamation/sqlite3.c     assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
EP_Reduced       90220 third_party/sqlite/amalgamation/sqlite3.c     assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
EP_Reduced        550 third_party/sqlite/src/src/expr.c   assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
EP_Reduced        621 third_party/sqlite/src/src/expr.c     if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
EP_Reduced        642 third_party/sqlite/src/src/expr.c   if( ExprHasProperty(p, EP_Reduced) ) return EXPR_REDUCEDSIZE;
EP_Reduced        686 third_party/sqlite/src/src/expr.c     assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
EP_Reduced        691 third_party/sqlite/src/src/expr.c       nSize = EXPR_REDUCEDSIZE | EP_Reduced;
EP_Reduced        777 third_party/sqlite/src/src/expr.c         assert( ExprHasProperty(p, EP_Reduced)==0 );
EP_Reduced        788 third_party/sqlite/src/src/expr.c       pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
EP_Reduced        789 third_party/sqlite/src/src/expr.c       pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
EP_Reduced        808 third_party/sqlite/src/src/expr.c       if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){
EP_Reduced        810 third_party/sqlite/src/src/expr.c         if( ExprHasProperty(pNew, EP_Reduced) ){
EP_Reduced       3439 third_party/sqlite/src/src/expr.c   assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) );
EP_Reduced       3440 third_party/sqlite/src/src/expr.c   assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) );
EP_Reduced       3550 third_party/sqlite/src/src/expr.c           assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced       3645 third_party/sqlite/src/src/expr.c         assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced         82 third_party/sqlite/src/src/resolve.c     assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 );
EP_Reduced        148 third_party/sqlite/src/src/resolve.c   assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) );
EP_Reduced        262 third_party/sqlite/src/src/select.c     assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) );
EP_Reduced        298 third_party/sqlite/src/src/select.c     assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) );
EP_Reduced         43 third_party/sqlite/src/src/walker.c   testcase( ExprHasProperty(pExpr, EP_Reduced) );