EP_TokenOnly 69437 third_party/sqlite/amalgamation/sqlite3.c testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); EP_TokenOnly 69441 third_party/sqlite/amalgamation/sqlite3.c && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){ EP_TokenOnly 69613 third_party/sqlite/amalgamation/sqlite3.c assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 ); EP_TokenOnly 69679 third_party/sqlite/amalgamation/sqlite3.c assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 71287 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); EP_TokenOnly 71355 third_party/sqlite/amalgamation/sqlite3.c if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ EP_TokenOnly 71378 third_party/sqlite/amalgamation/sqlite3.c if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; EP_TokenOnly 71423 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 71430 third_party/sqlite/amalgamation/sqlite3.c nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; EP_TokenOnly 71525 third_party/sqlite/amalgamation/sqlite3.c pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); EP_TokenOnly 71526 third_party/sqlite/amalgamation/sqlite3.c pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); EP_TokenOnly 71535 third_party/sqlite/amalgamation/sqlite3.c if( 0==((p->flags|pNew->flags) & EP_TokenOnly) ){ EP_TokenOnly 71545 third_party/sqlite/amalgamation/sqlite3.c if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){ EP_TokenOnly 71556 third_party/sqlite/amalgamation/sqlite3.c if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ EP_TokenOnly 73277 third_party/sqlite/amalgamation/sqlite3.c if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){ EP_TokenOnly 74176 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 74177 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 74287 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 74382 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 76538 third_party/sqlite/amalgamation/sqlite3.c if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break; EP_TokenOnly 90184 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 90220 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 495 third_party/sqlite/src/src/attach.c if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ) break; EP_TokenOnly 550 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) ); EP_TokenOnly 618 third_party/sqlite/src/src/expr.c if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ EP_TokenOnly 641 third_party/sqlite/src/src/expr.c if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE; EP_TokenOnly 686 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 693 third_party/sqlite/src/src/expr.c nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly; EP_TokenOnly 788 third_party/sqlite/src/src/expr.c pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static); EP_TokenOnly 789 third_party/sqlite/src/src/expr.c pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); EP_TokenOnly 798 third_party/sqlite/src/src/expr.c if( 0==((p->flags|pNew->flags) & EP_TokenOnly) ){ EP_TokenOnly 808 third_party/sqlite/src/src/expr.c if( ExprHasAnyProperty(pNew, EP_Reduced|EP_TokenOnly) ){ EP_TokenOnly 819 third_party/sqlite/src/src/expr.c if( !ExprHasAnyProperty(p, EP_TokenOnly) ){ EP_TokenOnly 2540 third_party/sqlite/src/src/expr.c if( ExprHasAnyProperty(pExpr, EP_TokenOnly) ){ EP_TokenOnly 3439 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(pA, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 3440 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(pB, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 3550 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 3645 third_party/sqlite/src/src/expr.c assert( !ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 82 third_party/sqlite/src/src/resolve.c assert( (pDup->flags & (EP_Reduced|EP_TokenOnly))==0 ); EP_TokenOnly 148 third_party/sqlite/src/src/resolve.c assert( ~ExprHasAnyProperty(pExpr, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 262 third_party/sqlite/src/src/select.c assert( !ExprHasAnyProperty(pEq, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 298 third_party/sqlite/src/src/select.c assert( !ExprHasAnyProperty(p, EP_TokenOnly|EP_Reduced) ); EP_TokenOnly 42 third_party/sqlite/src/src/walker.c testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); EP_TokenOnly 46 third_party/sqlite/src/src/walker.c && !ExprHasAnyProperty(pExpr,EP_TokenOnly) ){