Lines Matching refs:EP_IntValue

18041 #define EP_IntValue   0x000400 /* Integer value contained in u.iValue */  macro
29853 if( pExpr->flags & EP_IntValue ){
77160 if( ExprHasProperty(pExpr, EP_IntValue) ){
97624 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
98853 pNew->flags |= EP_IntValue;
99544 assert( !ExprHasProperty(pExpr, EP_IntValue) );
100304 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
100521 assert( !ExprHasProperty(pExpr, EP_IntValue|EP_Reduced|EP_TokenOnly) );
100586 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
100716 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
100783 if( !ExprHasProperty(p, EP_IntValue) && p->u.zToken ){
101720 assert( p->op!=TK_INTEGER || (p->flags & EP_IntValue)!=0
101723 if( p->flags & EP_IntValue ){
102927 if( pExpr->flags & EP_IntValue ){
103414 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103420 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103438 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103450 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103547 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103553 tempX.flags = EP_IntValue|EP_TokenOnly;
103605 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103638 assert( !ExprHasProperty(pExpr, EP_IntValue) );
103990 assert( !ExprHasProperty(pExpr, EP_IntValue) );
104719 if( combinedFlags & EP_IntValue ){
104720 if( (pA->flags&pB->flags&EP_IntValue)!=0 && pA->u.iValue==pB->u.iValue ){
105335 assert( !ExprHasProperty(pExpr, EP_IntValue) );
130835 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
132046 pNew->flags |= EP_IntValue;
133948 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
151271 pSub->flags &= ~(EP_IntValue|EP_IsTrue|EP_IsFalse);