Searched refs:EP_TokenOnly (Results 1 – 1 of 1) sorted by relevance
20113 #define EP_TokenOnly 0x010000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */ macro20144 #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)) ){[all …]