Lines Matching refs:EP_TokenOnly
20113 #define EP_TokenOnly 0x010000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro
20144 #define ExprIsFullSize(E) (((E)->flags&(EP_Reduced|EP_TokenOnly))==0)
34681 if( ExprHasProperty(pExpr, EP_TokenOnly) ){ in sqlite3TreeViewExpr()
87175 assert( (p->flags & EP_TokenOnly)==0 );
87280 assert( (pExpr->flags & EP_TokenOnly)==0 || pCtx==0 );
110127 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
110132 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
110407 assert( !ExprHasProperty(pExpr, EP_Reduced|EP_TokenOnly) );
110628 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
111129 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
113970 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
114043 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
114050 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){
114137 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
114180 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 );
114184 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) );
114191 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
114331 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static);
114332 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
114348 if( ((p->flags|pNew->flags)&(EP_TokenOnly|EP_Leaf))==0 ){
115139 if( ExprHasProperty(pExpr, EP_TokenOnly)
116309 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
116520 assert( !ExprHasProperty(pExpr, EP_Reduced|EP_TokenOnly) );
117914 tempX.flags = EP_IntValue|EP_TokenOnly;
117997 assert( !ExprHasProperty(pExpr, EP_TokenOnly) );
119257 if( ALWAYS((combinedFlags & EP_TokenOnly)==0) ){
119875 if( ALWAYS(!ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced))
120091 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
120173 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
149213 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) );
149416 assert( !ExprHasProperty(pEq, EP_TokenOnly|EP_Reduced) );
168496 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){