Lines Matching refs:EP_TokenOnly

17442 #define EP_TokenOnly 0x004000 /* Expr struct EXPR_TOKENONLYSIZE bytes only */  macro
29055 if( ExprHasProperty(pExpr, EP_TokenOnly) ){
75770 assert( (p->flags & EP_TokenOnly)==0 );
75873 assert( (pExpr->flags & EP_TokenOnly)==0 || pCtx==0 );
94977 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
94982 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
95208 assert( (pExpr->flags & (EP_Reduced|EP_TokenOnly))==0 );
95314 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
97878 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
97946 assert( p->op!=TK_FUNCTION || ExprHasProperty(p, EP_TokenOnly|EP_Reduced)
97949 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
97955 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){
97986 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
98039 assert( (0xfff & (EP_Reduced|EP_TokenOnly))==0 );
98047 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) );
98055 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
98152 pNew->flags &= ~(EP_Reduced|EP_TokenOnly|EP_Static|EP_MemToken);
98153 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
98162 if( 0==((p->flags|pNew->flags) & (EP_TokenOnly|EP_Leaf)) ){
98172 if( ExprHasProperty(pNew, EP_Reduced|EP_TokenOnly|EP_WinFunc) ){
98174 if( !ExprHasProperty(pNew, EP_TokenOnly|EP_Leaf) ){
98190 if( !ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){
100539 tempX.flags = EP_IntValue|EP_TokenOnly;
100617 if( ExprHasProperty(pExpr, EP_TokenOnly) ){
101734 if( (combinedFlags & EP_TokenOnly)==0 ){
102113 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
102208 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
106502 if( ExprHasProperty(pExpr, EP_TokenOnly|EP_Leaf) ) break;
124975 assert( !ExprHasProperty(pEq, EP_TokenOnly|EP_Reduced) );
125011 assert( !ExprHasProperty(p, EP_TokenOnly|EP_Reduced) );
139936 }else if( ExprHasProperty(p, EP_TokenOnly|EP_Leaf) ){